Serialized Form


Package javax.management.snmp

Class javax.management.snmp.BerException extends Exception implements Serializable

serialVersionUID: 1538589420959366478l

Serialized Fields

errorType

int errorType
Deprecated. 

Class javax.management.snmp.SnmpCounter extends SnmpUnsignedInt implements Serializable

serialVersionUID: 6671851041500816953l

Class javax.management.snmp.SnmpCounter64 extends SnmpValue implements Serializable

serialVersionUID: 6119804398925703166l

Serialized Fields

value

long value
Deprecated. 
This is where the value is stored. This long is positive.

 

Class javax.management.snmp.SnmpEngineId extends Object implements Serializable

serialVersionUID: -4514629146662202473l

Serialized Fields

engineId

byte[] engineId
Deprecated. 

hexString

String hexString
Deprecated. 

humanString

String humanString
Deprecated. 

Class javax.management.snmp.SnmpEngineParameters extends Object implements Serializable

serialVersionUID: 6018985354212027280l

Serialized Fields

uacl

UserAcl uacl
Deprecated. 

securityFile

String securityFile
Deprecated. 

encrypt

boolean encrypt
Deprecated. 

engineId

SnmpEngineId engineId
Deprecated. 

Class javax.management.snmp.SnmpGauge extends SnmpUnsignedInt implements Serializable

serialVersionUID: -7343257428959998509l

Class javax.management.snmp.SnmpInt extends SnmpValue implements Serializable

serialVersionUID: -6361076571477339219l

Serialized Fields

value

long value
Deprecated. 
This is where the value is stored. This long is signed.

 

Class javax.management.snmp.SnmpIpAddress extends SnmpOid implements Serializable

serialVersionUID: 5819994991133293207l

Class javax.management.snmp.SnmpNull extends SnmpValue implements Serializable

serialVersionUID: -551118410250976134l

Serialized Fields

tag

int tag
Deprecated. 
This is the tag of the NULL value. By default, it is the universal tag value.

Class javax.management.snmp.SnmpOid extends SnmpValue implements Serializable

serialVersionUID: 8956237235607885096l

Serialized Fields

components

long[] components
Deprecated. 
The components' array.

 

componentCount

int componentCount
Deprecated. 
The length of the components' array.

 

Class javax.management.snmp.SnmpOpaque extends SnmpString implements Serializable

serialVersionUID: -3657940084152012243l

Class javax.management.snmp.SnmpPdu extends Object implements Serializable

Serialized Fields

type

int type
Deprecated. 
PDU type. Types are defined in SnmpDefinitions.

 

version

int version
Deprecated. 
Protocol version. Versions are defined in SnmpDefinitions.

 

varBindList

SnmpVarBind[] varBindList
Deprecated. 
List of variables.

 

requestId

int requestId
Deprecated. 
Request identifier. Note that this field is not used by SnmpPduTrap.

 

address

InetAddress address
Deprecated. 
Source or destination address.

For an incoming PDU it's the source.
For an outgoing PDU it's the destination.

 

port

int port
Deprecated. 
Source or destination port.

For an incoming PDU it's the source.
For an outgoing PDU it's the destination.

 

Class javax.management.snmp.SnmpPduBulk extends SnmpPduPacket implements Serializable

serialVersionUID: -1571139952485061835l

Serialized Fields

nonRepeaters

int nonRepeaters
Deprecated. 
The non-repeaters value.

 

maxRepetitions

int maxRepetitions
Deprecated. 
The max-repetitions value.

 

Class javax.management.snmp.SnmpPduPacket extends SnmpPdu implements Serializable

Serialized Fields

community

byte[] community
Deprecated. 
The pdu community string.

Class javax.management.snmp.SnmpPduRequest extends SnmpPduPacket implements Serializable

serialVersionUID: 4951140395096554939l

Serialized Fields

errorStatus

int errorStatus
Deprecated. 
Error status. Statuses are defined in SnmpDefinitions.

 

errorIndex

int errorIndex
Deprecated. 
Error index. Remember that SNMP indices start from 1. Thus the corresponding SnmpVarBind is varBindList[errorIndex-1].

 

Class javax.management.snmp.SnmpPduTrap extends SnmpPduPacket implements Serializable

serialVersionUID: -8200806259644079727l

Serialized Fields

enterprise

SnmpOid enterprise
Deprecated. 
Enterprise object identifier.

 

agentAddr

SnmpIpAddress agentAddr
Deprecated. 
Agent address. If the agent address source was not an IPv4 one (e.g. IPv6), this field is null.

 

genericTrap

int genericTrap
Deprecated. 
Generic trap number.
The possible values are defined in SnmpDefinitions.

 

specificTrap

int specificTrap
Deprecated. 
Specific trap number.

 

timeStamp

long timeStamp
Deprecated. 
Time-stamp.

 

Class javax.management.snmp.SnmpScopedPduBulk extends SnmpScopedPduPacket implements Serializable

serialVersionUID: -8996448439873101869l

Serialized Fields

nonRepeaters

int nonRepeaters
Deprecated. 
The non-repeaters value.

 

maxRepetitions

int maxRepetitions
Deprecated. 
The max-repetitions value.

 

Class javax.management.snmp.SnmpScopedPduPacket extends SnmpPdu implements Serializable

Serialized Fields

msgMaxSize

int msgMaxSize
Deprecated. 
Message max size the pdu sender can deal with.


msgId

int msgId
Deprecated. 
Message identifier.


msgFlags

byte msgFlags
Deprecated. 
Message flags. Reportable flag and security level.

 --  .... ...1   authFlag
 --  .... ..1.   privFlag
 --  .... .1..   reportableFlag
 --              Please observe:
 --  .... ..00   is OK, means noAuthNoPriv
 --  .... ..01   is OK, means authNoPriv
 --  .... ..10   reserved, must NOT be used.
 --  .... ..11   is OK, means authPriv


msgSecurityModel

int msgSecurityModel
Deprecated. 
The security model the security sub system MUST use in order to deal with this pdu (e.g. User based Security Model Id = 3).


contextEngineId

byte[] contextEngineId
Deprecated. 
The context engine Id in which the pdu must be handled (Generally the local engine Id).


contextName

byte[] contextName
Deprecated. 
The context name in which the OID have to be interpreted.


securityParameters

SnmpSecurityParameters securityParameters
Deprecated. 
The security parameters. This is an opaque member that is interpreted by the concerned security model. For Usm, SnmpUsmSecurityParameters.

Class javax.management.snmp.SnmpScopedPduRequest extends SnmpScopedPduPacket implements Serializable

serialVersionUID: -1447022821810983058l

Serialized Fields

errorStatus

int errorStatus
Deprecated. 

errorIndex

int errorIndex
Deprecated. 

Class javax.management.snmp.SnmpSecurityException extends Exception implements Serializable

serialVersionUID: -4107739459488289563l

Serialized Fields

list

SnmpVarBind[] list
Deprecated. 
The current request varbind list.


status

int status
Deprecated. 
The status of the exception. See SnmpDefinitions for possible values.


params

SnmpSecurityParameters params
Deprecated. 
The current security model related security parameters.


contextEngineId

byte[] contextEngineId
Deprecated. 
The current context engine Id.


contextName

byte[] contextName
Deprecated. 
The current context name.


flags

byte flags
Deprecated. 
The current flags.

Class javax.management.snmp.SnmpStatusException extends Exception implements Serializable

serialVersionUID: 594245968606990024l

Serialized Fields

errorStatus

int errorStatus
Deprecated. 
Status of the error.

 

errorIndex

int errorIndex
Deprecated. 
Index of the error. If different from -1, indicates the index where the error occurs.

 

Class javax.management.snmp.SnmpString extends SnmpValue implements Serializable

serialVersionUID: 5963171477184821177l

Serialized Fields

value

byte[] value
Deprecated. 
This is the bytes array of the string value.

 

Class javax.management.snmp.SnmpStringFixed extends SnmpString implements Serializable

serialVersionUID: -4077466999053393082l

Class javax.management.snmp.SnmpTimeticks extends SnmpUnsignedInt implements Serializable

serialVersionUID: -5486435222360030630l

Class javax.management.snmp.SnmpTooBigException extends Exception implements Serializable

serialVersionUID: 8343157115270549301l

Serialized Fields

varBindCount

int varBindCount
Deprecated. 
The varBindCount.

 

Class javax.management.snmp.SnmpUnknownModelException extends Exception implements Serializable

serialVersionUID: 5598306905410626107l

Class javax.management.snmp.SnmpUnsignedInt extends SnmpInt implements Serializable

Class javax.management.snmp.SnmpValue extends Object implements Serializable

Class javax.management.snmp.SnmpVarBind extends Object implements Serializable

serialVersionUID: 283396320825792457l

Serialized Fields

oid

SnmpOid oid
Deprecated. As of Java Dynamic Management Kit 5.0, use instead getOid and setOid

The OID of the SnmpVarBind. The default value is null.


value

SnmpValue value
Deprecated. As of Java Dynamic Management Kit 5.0, use instead getSnmpValue and setSnmpValue

The value of the SnmpVarBind. The default value is null.


status

int status
Deprecated. 
Indicates the status of the value in this SnmpVarBind. The default value is stValueUnspecified. This attribute is updated internally and should not be changed otherwise.

Class javax.management.snmp.SnmpVarBindList extends Vector implements Serializable

serialVersionUID: -2852159037873258957l

Serialized Fields

identity

String identity
Deprecated. 
A name given to the SnmpVarBindList. Useful for debugging. The default name is "VarBindList".


timestamp

Timestamp timestamp
Deprecated. 
Timestamp when this SnmpVarBindList was updated. Valid only for SnmpGet and SnmpGetNext operations. SnmpTimestamp is null by default. Also, when the list is cloned without value the timestamp is not copied.

Class javax.management.snmp.Timestamp extends Object implements Serializable

serialVersionUID: 8840325817129514798l

Serialized Fields

sysUpTime

long sysUpTime
Deprecated. 
The time (in hundreds of a second) since the network management portion of the system was last re-initialized.


crtime

long crtime
Deprecated. 
A long representing the current date.


dateCache

Date dateCache
Deprecated. 
A Date object representing the current date.


uptimeCache

SnmpTimeticks uptimeCache
Deprecated. 
The SnmpTimeticks object corresponding to the TimeStamp object.


Package javax.management.snmp.manager

Class javax.management.snmp.manager.SnmpOptions extends Object implements Serializable

serialVersionUID: 1032410366463774198l

Serialized Fields

options

int options
Deprecated. 
By default the following options are set:

 

Class javax.management.snmp.manager.SnmpParameters extends SnmpParams implements Serializable

serialVersionUID: 6577832179472243474l

Serialized Fields

_protocolVersion

int _protocolVersion
Deprecated. 
The protocol version. By default, the value is SNMP version 1.

 

_readCommunity

String _readCommunity
Deprecated. 
The community to be used when issuing get operations.

 

_writeCommunity

String _writeCommunity
Deprecated. 
The community to be used when issuing set operations.

 

_informCommunity

String _informCommunity
Deprecated. 
The community to be used when issuing inform requests.

 

Class javax.management.snmp.manager.SnmpPeer extends Object implements Serializable

serialVersionUID: 323402440333260513l

Serialized Fields

maxVarBindLimit

int maxVarBindLimit
Deprecated. 
The maximum number of variable bindings that can be packed into a request. The default value is 25.


portNum

int portNum
Deprecated. 
Port number of the destination host. The default port is 161.


maxTries

int maxTries
Deprecated. 
Number of times to try before giving up. The default number is 3.


timeout

int timeout
Deprecated. 
The amount of time to wait for a response from the peer. The default amount of time is 3000 milliseconds.


pduFactory

SnmpPduFactory pduFactory
Deprecated. 
The PDU factory. The default factory is an instance of SnmpPduFactoryBER.


_maxrtt

long _maxrtt
Deprecated. 
The maximum round trip time for a packet with the peer.


_minrtt

long _minrtt
Deprecated. 
The minimum round trip time for a packet with the peer.


_avgrtt

long _avgrtt
Deprecated. 
The average round trip time for a packet with the peer.


_snmpParameter

SnmpParams _snmpParameter
Deprecated. 
SNMP parameters for this peer are valid for all requests using this peer.

See Also:
SnmpParameters

_devAddr

InetAddress _devAddr
Deprecated. 
Internet address of the peer to be used when communicating with the peer.


maxSnmpPacketSize

int maxSnmpPacketSize
Deprecated. 
Maximum packet size of the request PDU. This can be set by the user. If the request crosses this limit while encoding, the request is automatically split into multiple small request. Each of these requests will again be within this limit. The default value is (2 * 1024).


_devAddrList

InetAddress[] _devAddrList
Deprecated. 
List of alternate addresses.


_addrIndex

int _addrIndex
Deprecated. 
The index of address currently being used.


customPduFactory

boolean customPduFactory
Deprecated. 

Class javax.management.snmp.manager.SnmpRequest extends Object implements Serializable

serialVersionUID: -7971598841209221933l

Serialized Fields

thePeer

SnmpPeer thePeer
Deprecated. 
The peer object associated with this request.


session

SnmpSession session
Deprecated. 
The session object associated with this request.


callback

SnmpRequestHandler callback
Deprecated. 
The user implementation of the callback interface for this session.


nonRepeaters

int nonRepeaters
Deprecated. 
The nonRepeaters field for the bulk operation. This variable is used only for pduGetBulkRequestPdu.


maxRepetitions

int maxRepetitions
Deprecated. 
The maxRepetitions field for the bulk operation. This variable is used only for pduGetBulkRequestPdu.


proxy

ReqRedirectSrv proxy
Deprecated. 
Indicates whether this request is being serviced by another. If this is not null, then there will be another object which will service this request.


requestPdu

SnmpPdu requestPdu
Deprecated. 
The request PDU.


responsePdu

SnmpPdu responsePdu
Deprecated. 
The response PDU.


internalVarBind

SnmpVarBind[] internalVarBind
Deprecated. 

reason

String reason
Deprecated. 

options

int options
Deprecated. 
By default the following options are set:


mode

int mode
Deprecated. 
A non-zero value indicates an ordinary request created by the user. The value indicates an internal request is created by the package to solve a special situation such as multiplexing requests or a SnmpTooBig handler.


numTries

int numTries
Deprecated. 
Number of tries performed for the current polling operation.


timeout

int timeout
Deprecated. 
Timeout. The default value is 5 seconds.


reqState

int reqState
Deprecated. 

prevPollTime

long prevPollTime
Deprecated. 

nextPollTime

long nextPollTime
Deprecated. 

waitTimeForResponse

long waitTimeForResponse
Deprecated. 

debugDate

Date debugDate
Deprecated. 

requestId

int requestId
Deprecated. 
The request ID for an active request.


engine

SnmpEngine engine
Deprecated. 

varBindList

SnmpVarBindList varBindList
Deprecated. 
This contains a list of SnmpVarBind objects for making the SNMP requests. A private copy of the user specified SnmpVarBindList is made by cloning the SnmpVarBindList to ensure that the user does not modify the SnmpVarBindList or the contents while the polling is in progress.


reportVarBindList

SnmpVarBindList reportVarBindList
Deprecated. 

responseTimestamp

Timestamp responseTimestamp
Deprecated. 
The time stamp information for the agent response.


errorStatus

int errorStatus
Deprecated. 
The error status associated with the response packet.


errorIndex

int errorIndex
Deprecated. 
The index in SnmpVarBindList that caused the exception.


command

int command
Deprecated. 
The SNMP command (only valid when session is active).


dbgTag

String dbgTag
Deprecated. 

securityCache

SnmpSecurityCache securityCache
Deprecated. 
The cache that is created at sending time and reused at receiving time.


securityParams

SnmpSecurityParameters securityParams
Deprecated. 
The response or report security parameters. Can be useful when discovering timeliness params.

Class javax.management.snmp.manager.SnmpSession extends Object implements Serializable

serialVersionUID: 7277114294650520474l

Serialized Fields

engine

SnmpEngine engine
Deprecated. 

pduFactory

SnmpPduFactory pduFactory
Deprecated. 

hide

boolean hide
Deprecated. 

usedThread

String usedThread
Deprecated. 

snmpRespHdlr

SnmpResponseHandler snmpRespHdlr
Deprecated. 

isBeingDestroyed

boolean isBeingDestroyed
Deprecated. 

_myThread

Thread _myThread
Deprecated. 
The dispatcher that will service all responses to requests generated using this session object. A session object creates one or more requests. Thus it services all requests, which are created by this object, when a response arrives for a request generated by the session.

 

_respq

Stack _respq
Deprecated. 
A place to store the responses from the agent. A FIFO queue is needed here.

 

_theSocket

SnmpSocket _theSocket
Deprecated. 
The SnmpSocket to be used to communicate with the peer by all requests created in this session.

 

_defaultPeer

SnmpPeer _defaultPeer
Deprecated. 
The default peer to be used in this session.

 

_syncReq

SnmpRequest _syncReq
Deprecated. 
Request being synchronized from session thread. This happens when a user does sync operation from a callback.

 

sessionName

String sessionName
Deprecated. 
The name identifying this session. Useful in debugging a session.

 

_requestList

Hashtable _requestList
Deprecated. 

snmpOptions

SnmpOptions snmpOptions
Deprecated. 
Set of options used to configure all SnmpRequests created in this session. The user can manipulate the options directly. Note that this variable is public.

 

snmpQman

SnmpQManager snmpQman
Deprecated. 

dbgTag

String dbgTag
Deprecated. 


Package javax.management.snmp.manager.usm

Class javax.management.snmp.manager.usm.SnmpUsmPeer extends SnmpPeer implements Serializable

serialVersionUID: 3383312031658195092l

Serialized Fields

peer

SnmpUsmEnginePeer peer
Deprecated. 
The internal peer that is located in the Usm model. The SnmpUsmPeer delegates the discovery and the biggest part of timeliness parameters to this object.


engine

SnmpEngineImpl engine
Deprecated. 
A reference to the local Engine.


model

SnmpUsm model
Deprecated. 
A reference to the local Usm. Use to access its SnmpUsmEnginePeer object.


authoritative

boolean authoritative
Deprecated. 

dbgTag

String dbgTag
Deprecated. 


Package com.sun.jdmk.snmp

Class com.sun.jdmk.snmp.EnumRowStatus extends Enumerated implements Serializable

serialVersionUID: 773238808797026354l

Class com.sun.jdmk.snmp.SnmpBadSecurityLevelException extends Exception implements Serializable

serialVersionUID: 4090298205053491339l

Class com.sun.jdmk.snmp.SnmpPduFactoryBER extends Object implements Serializable

serialVersionUID: 1454332231228771701l

Class com.sun.jdmk.snmp.SnmpUnknownAccContrModelException extends SnmpUnknownModelException implements Serializable

serialVersionUID: 1760342179222256336l

Class com.sun.jdmk.snmp.SnmpUnknownModelLcdException extends Exception implements Serializable

serialVersionUID: 5672046638287409572l

Class com.sun.jdmk.snmp.SnmpUnknownMsgProcModelException extends SnmpUnknownModelException implements Serializable

serialVersionUID: -5538100493065485629l

Class com.sun.jdmk.snmp.SnmpUnknownSecModelException extends SnmpUnknownModelException implements Serializable

serialVersionUID: 3879336320229162393l

Class com.sun.jdmk.snmp.SnmpUnknownSubSystemException extends Exception implements Serializable

serialVersionUID: -6676310629879441122l


Package com.sun.jdmk.snmp.UserAcl

Class com.sun.jdmk.snmp.UserAcl.JdmkUserAcl extends Object implements Serializable

serialVersionUID: -7051729595336174174l

Serialized Fields

dbgTag

String dbgTag
Deprecated. 

acl

AclImpl acl
Deprecated. 
Represents the Access Control List.


alwaysAuthorized

boolean alwaysAuthorized
Deprecated. 
Flag indicating whether the access is always authorized.
This is the case if there is no flat file defined.


authorizedListFile

String authorizedListFile
Deprecated. 
Represents the Access Control List flat file.


trapDestList

Hashtable trapDestList
Deprecated. 
Contains the hosts list for trap destination.


informDestList

Hashtable informDestList
Deprecated. 
Contains the hosts list for inform destination.


owner

PrincipalImpl owner
Deprecated. 


Package com.sun.jdmk.snmp.IPAcl

Class com.sun.jdmk.snmp.IPAcl.JdmkAcl extends Object implements Serializable

serialVersionUID: -5095678578807596220l

Serialized Fields

dbgTag

String dbgTag
Deprecated. 

acl

AclImpl acl
Deprecated. 
Represents the Access Control List.


alwaysAuthorized

boolean alwaysAuthorized
Deprecated. 
Flag indicating whether the access is always authorized.
This is the case if there is no flat file defined.


authorizedListFile

String authorizedListFile
Deprecated. 
Represents the Access Control List flat file.


trapDestList

Hashtable trapDestList
Deprecated. 
Contains the hosts list for trap destination.


informDestList

Hashtable informDestList
Deprecated. 
Contains the hosts list for inform destination.


owner

PrincipalImpl owner
Deprecated. 


Package com.sun.jdmk.snmp.usm

Class com.sun.jdmk.snmp.usm.SnmpUsmAuthAlgorithmException extends SnmpUsmException implements Serializable

serialVersionUID: 2431342769535556216l

Class com.sun.jdmk.snmp.usm.SnmpUsmAuthException extends SnmpUsmException implements Serializable

serialVersionUID: -1241928250620504393l

Class com.sun.jdmk.snmp.usm.SnmpUsmEngineIdException extends SnmpUsmException implements Serializable

serialVersionUID: -4447492862471897142l

Class com.sun.jdmk.snmp.usm.SnmpUsmException extends Exception implements Serializable

serialVersionUID: 2547972883640401586l

Class com.sun.jdmk.snmp.usm.SnmpUsmPrivAlgorithmException extends SnmpUsmException implements Serializable

serialVersionUID: -1562878407542867057l

Class com.sun.jdmk.snmp.usm.SnmpUsmPrivException extends SnmpUsmException implements Serializable

serialVersionUID: -204119190862515088l

Class com.sun.jdmk.snmp.usm.SnmpUsmUserNameException extends SnmpUsmException implements Serializable

serialVersionUID: 5647097910003132516l


Package com.sun.jdmk.snmp.usm.usmmib

Class com.sun.jdmk.snmp.usm.usmmib.EnumUsmUserStatus extends Enumerated implements Serializable

serialVersionUID: 8814370212703234168l

Class com.sun.jdmk.snmp.usm.usmmib.EnumUsmUserStorageType extends Enumerated implements Serializable

serialVersionUID: -3739609602719093360l

Class com.sun.jdmk.snmp.usm.usmmib.SNMP_USER_BASED_SM_MIB extends SnmpMib implements Serializable

serialVersionUID: -1847856027215499560l

Serialized Fields

isInitialized

boolean isInitialized
Deprecated. 

objectserver

SnmpStandardObjectServer objectserver
Deprecated. 

metadatas

Hashtable metadatas
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.SNMP_USER_BASED_SM_MIBImpl extends SNMP_USER_BASED_SM_MIB implements Serializable

serialVersionUID: -4438908907892443385l

Serialized Fields

lcd

SnmpUsmLcd lcd
Deprecated. 

engine

SnmpEngine engine
Deprecated. 

model

SnmpUsm model
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.SNMP_USER_BASED_SM_MIBOidTable extends SnmpOidTableSupport implements Serializable

serialVersionUID: 2509966034517602305l

Class com.sun.jdmk.snmp.usm.usmmib.TableUsmUserTable extends SnmpTableSupport implements Serializable

serialVersionUID: 3470962348086075943l

Serialized Fields

server

MBeanServer server
Deprecated. 
Reference to the MBean server.

Class com.sun.jdmk.snmp.usm.usmmib.TableUsmUserTableImpl extends TableUsmUserTable implements Serializable

serialVersionUID: 8752371282183674512l

Serialized Fields

lcd

SnmpUsmLcd lcd
Deprecated. 

engine

SnmpEngine engine
Deprecated. 

templates

Hashtable templates
Deprecated. 

dbgTag

String dbgTag
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmStats extends Object implements Serializable

serialVersionUID: -7393734389064622921l

Serialized Fields

UsmStatsDecryptionErrors

Long UsmStatsDecryptionErrors
Deprecated. 
Variable for storing the value of "UsmStatsDecryptionErrors". The variable is identified by: "1.3.6.1.6.3.15.1.1.6".


UsmStatsWrongDigests

Long UsmStatsWrongDigests
Deprecated. 
Variable for storing the value of "UsmStatsWrongDigests". The variable is identified by: "1.3.6.1.6.3.15.1.1.5".


UsmStatsUnknownEngineIDs

Long UsmStatsUnknownEngineIDs
Deprecated. 
Variable for storing the value of "UsmStatsUnknownEngineIDs". The variable is identified by: "1.3.6.1.6.3.15.1.1.4".


UsmStatsUnknownUserNames

Long UsmStatsUnknownUserNames
Deprecated. 
Variable for storing the value of "UsmStatsUnknownUserNames". The variable is identified by: "1.3.6.1.6.3.15.1.1.3".


UsmStatsNotInTimeWindows

Long UsmStatsNotInTimeWindows
Deprecated. 
Variable for storing the value of "UsmStatsNotInTimeWindows". The variable is identified by: "1.3.6.1.6.3.15.1.1.2".


UsmStatsUnsupportedSecLevels

Long UsmStatsUnsupportedSecLevels
Deprecated. 
Variable for storing the value of "UsmStatsUnsupportedSecLevels". The variable is identified by: "1.3.6.1.6.3.15.1.1.1".

Class com.sun.jdmk.snmp.usm.usmmib.UsmStatsMeta extends SnmpMibGroup implements Serializable

serialVersionUID: 6549332405239500924l

Serialized Fields

node

UsmStatsMBean node
Deprecated. 

objectserver

SnmpStandardObjectServer objectserver
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmUser extends Object implements Serializable

serialVersionUID: 7878356330895979370l

Serialized Fields

UsmUserTable

TableUsmUserTable UsmUserTable
Deprecated. 
Variable for storing the value of "UsmUserTable". The variable is identified by: "1.3.6.1.6.3.15.1.2.2".


UsmUserSpinLock

Integer UsmUserSpinLock
Deprecated. 
Variable for storing the value of "UsmUserSpinLock". The variable is identified by: "1.3.6.1.6.3.15.1.2.1".

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserEntry extends Object implements Serializable

serialVersionUID: -1862392247762108034l

Serialized Fields

UsmUserPrivKeyChange

Byte[] UsmUserPrivKeyChange
Deprecated. 
Variable for storing the value of "UsmUserPrivKeyChange". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.9".


UsmUserPrivProtocol

String UsmUserPrivProtocol
Deprecated. 
Variable for storing the value of "UsmUserPrivProtocol". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.8".


UsmUserOwnAuthKeyChange

Byte[] UsmUserOwnAuthKeyChange
Deprecated. 
Variable for storing the value of "UsmUserOwnAuthKeyChange". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.7".


UsmUserAuthKeyChange

Byte[] UsmUserAuthKeyChange
Deprecated. 
Variable for storing the value of "UsmUserAuthKeyChange". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.6".


UsmUserAuthProtocol

String UsmUserAuthProtocol
Deprecated. 
Variable for storing the value of "UsmUserAuthProtocol". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.5".


UsmUserCloneFrom

String UsmUserCloneFrom
Deprecated. 
Variable for storing the value of "UsmUserCloneFrom". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.4".


UsmUserStatus

EnumUsmUserStatus UsmUserStatus
Deprecated. 
Variable for storing the value of "UsmUserStatus". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.13".


UsmUserStorageType

EnumUsmUserStorageType UsmUserStorageType
Deprecated. 
Variable for storing the value of "UsmUserStorageType". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.12".


UsmUserSecurityName

String UsmUserSecurityName
Deprecated. 
Variable for storing the value of "UsmUserSecurityName". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.3".


UsmUserName

String UsmUserName
Deprecated. 
Variable for storing the value of "UsmUserName". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.2".


UsmUserPublic

Byte[] UsmUserPublic
Deprecated. 
Variable for storing the value of "UsmUserPublic". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.11".


UsmUserEngineID

Byte[] UsmUserEngineID
Deprecated. 
Variable for storing the value of "UsmUserEngineID". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.1".


UsmUserOwnPrivKeyChange

Byte[] UsmUserOwnPrivKeyChange
Deprecated. 
Variable for storing the value of "UsmUserOwnPrivKeyChange". The variable is identified by: "1.3.6.1.6.3.15.1.2.2.1.10".

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserEntryImpl extends UsmUserEntry implements Serializable

serialVersionUID: 1434693258359815750l

Serialized Fields

user

SnmpUsmSecureUser user
Deprecated. 

lcd

SnmpUsmLcd lcd
Deprecated. 

original

UsmUserEntryImpl original
Deprecated. 

table

TableUsmUserTableImpl table
Deprecated. 

dbgTag

String dbgTag
Deprecated. 

oid

SnmpOid oid
Deprecated. 

prefix

String prefix
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserEntryMeta extends SnmpMibEntry implements Serializable

serialVersionUID: 1268626627732224389l

Serialized Fields

node

UsmUserEntryMBean node
Deprecated. 

objectserver

SnmpStandardObjectServer objectserver
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserImpl extends UsmUser implements Serializable

serialVersionUID: 881728360529138493l

Serialized Fields

cloneForm

UsmUserEntryImpl cloneForm
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserMeta extends SnmpMibGroup implements Serializable

serialVersionUID: -7166672283759862691l

Serialized Fields

node

UsmUserMBean node
Deprecated. 

objectserver

SnmpStandardObjectServer objectserver
Deprecated. 

tableUsmUserTable

UsmUserTableMeta tableUsmUserTable
Deprecated. 

Class com.sun.jdmk.snmp.usm.usmmib.UsmUserTableMeta extends SnmpMibTable implements Serializable

serialVersionUID: -121264402875695804l

Serialized Fields

node

UsmUserEntryMeta node
Deprecated. 
Reference to the entry metadata.


objectserver

SnmpStandardObjectServer objectserver
Deprecated. 
Reference to the object server.


Package com.sun.jdmk.snmp.agent

Class com.sun.jdmk.snmp.agent.SnmpErrorHandlerAgent extends SnmpMibAgent implements Serializable

serialVersionUID: 4600355674530930393l

Serialized Fields

dbgTag

String dbgTag
Deprecated. 

Class com.sun.jdmk.snmp.agent.SnmpIndex extends Object implements Serializable

serialVersionUID: 7098641226801199541l

Serialized Fields

oids

Vector oids
Deprecated. 
The list of OIDs.

 

size

int size
Deprecated. 
The number of elements in the index.

 

Class com.sun.jdmk.snmp.agent.SnmpMib extends SnmpMibAgent implements Serializable

Serialized Fields

root

SnmpMibOid root
The top element in the Mib tree.

 

Class com.sun.jdmk.snmp.agent.SnmpMibAgent extends Object implements Serializable

Serialized Fields

mibName

String mibName
Deprecated. 
The object name of the MIB.

 

server

MBeanServer server
Deprecated. 
The reference to the MBean server.

 

adaptorName

ObjectName adaptorName
Deprecated. 
The object name of the SNMP protocol adaptor.

 

Class com.sun.jdmk.snmp.agent.SnmpMibEntry extends SnmpMibNode implements Serializable

Class com.sun.jdmk.snmp.agent.SnmpMibGroup extends SnmpMibOid implements Serializable

Serialized Fields

subgroups

Hashtable subgroups
Deprecated. 

Class com.sun.jdmk.snmp.agent.SnmpMibNode extends Object implements Serializable

Serialized Fields

varList

int[] varList
Deprecated. 
Contains the list of variable identifiers.

Class com.sun.jdmk.snmp.agent.SnmpMibOid extends SnmpMibNode implements Serializable

serialVersionUID: -2348816410163074560l

Serialized Fields

children

SnmpMibOid.NonSyncVector children
Deprecated. 
Contains the list of sub nodes.


nbChildren

int nbChildren
Deprecated. 
The number of sub nodes.

Class com.sun.jdmk.snmp.agent.SnmpMibTable extends SnmpMibNode implements Serializable

Serialized Fields

nodeId

int nodeId
Deprecated. 
The id of the contained entry object.

 

theMib

SnmpMib theMib
Deprecated. 
The MIB to which the metadata is linked.

 

creationEnabled

boolean creationEnabled
Deprecated. 
true if remote creation of entries via SET operations is enabled. [default value is false]

 

factory

SnmpTableEntryFactory factory
Deprecated. 
The entry factory


size

int size
Deprecated. 
The number of elements in the table.

 

tablecount

int tablecount
Deprecated. 

tablesize

int tablesize
Deprecated. 

tableoids

SnmpOid[] tableoids
Deprecated. 

entries

Vector entries
Deprecated. 
The list of entries.

 

entrynames

Vector entrynames
Deprecated. 
The list of object names.

 

handbackTable

Hashtable handbackTable
Deprecated. 
Listener hashtable containing the hand-back objects.


filterTable

Hashtable filterTable
Deprecated. 
Listener hashtable containing the filter objects.

Class com.sun.jdmk.snmp.agent.SnmpProxy extends SnmpMibAgent implements Serializable

serialVersionUID: 3381412117632804364l

Serialized Fields

peer

SnmpPeer peer
Deprecated. 

dbgTag

String dbgTag
Deprecated. 

mibName

String mibName
Deprecated. 

oid

String oid
Deprecated. 

timeout

long timeout
Deprecated. 

provider

SnmpSessionProvider provider
Deprecated. 

initialized

boolean initialized
Deprecated. 

skipError

boolean skipError
Deprecated. 

forwardOnCheck

boolean forwardOnCheck
Deprecated. 

hide

boolean hide
Deprecated. 

Class com.sun.jdmk.snmp.agent.SnmpStandardObjectServer extends Object implements Serializable

serialVersionUID: 1742982615113326122l

Class com.sun.jdmk.snmp.agent.SnmpTableEntryNotification extends Notification implements Serializable

serialVersionUID: 5832592016227890252l

Serialized Fields

entry

Object entry
Deprecated. 
The entry object.

 

name

ObjectName name
Deprecated. 
The entry name.

 
Since:
Java DMK 5.0

Class com.sun.jdmk.snmp.agent.SnmpTableSupport extends Object implements Serializable

Serialized Fields

entries

List entries
Deprecated. 
The list of entries


meta

SnmpMibTable meta
Deprecated. 
The associated metadata object


theMib

SnmpMib theMib
Deprecated. 
The MIB to which this table belongs


registrationRequired

boolean registrationRequired
Deprecated. 
This variable is initialized while binding this object to its corresponding meta object.

Class com.sun.jdmk.snmp.agent.SnmpTrap extends Object implements Serializable

serialVersionUID: 7912386896710544324l

Serialized Fields

dbgTag

String dbgTag
Deprecated. 

address

InetAddress address
Deprecated. 

communityString

String communityString
Deprecated. 

trapOid

SnmpOid trapOid
Deprecated. 

gen

Integer gen
Deprecated. 

specific

Integer specific
Deprecated. 

server

SnmpAdaptorServer server
Deprecated. 

enterpriseOid

SnmpOid enterpriseOid
Deprecated. 

pduTrap

SnmpPduTrap pduTrap
Deprecated. 

pduRequest

SnmpPduRequest pduRequest
Deprecated. 

pduTrapList

SnmpVarBindList pduTrapList
Deprecated. 

bufferSize

int bufferSize
Deprecated. 

port

int port
Deprecated. 

scopedTrap

SnmpScopedPduRequest scopedTrap
Deprecated. 

originator

boolean originator
Deprecated. 

pduAddr

InetAddress pduAddr
Deprecated. 

Class com.sun.jdmk.snmp.agent.SnmpUsmProxy extends SnmpV3Proxy implements Serializable

serialVersionUID: 8799386448527291654l

Serialized Fields

user

String user
Deprecated. 

timelinessRetry

boolean timelinessRetry
Deprecated. 

dbgTag

String dbgTag
Deprecated. 

Class com.sun.jdmk.snmp.agent.SnmpV3Proxy extends SnmpProxy implements Serializable

Serialized Fields

dbgTag

String dbgTag
Deprecated. 


Package com.sun.jdmk.comm

Class com.sun.jdmk.comm.CommunicationException extends JMRuntimeException implements Serializable

serialVersionUID: -2499186113233316177l

Serialized Fields

target

Throwable target

Class com.sun.jdmk.comm.GenericHttpConnectorClient extends Object implements Serializable

Serialized Fields

operationContext

OperationContext operationContext

mbeanServerId

String mbeanServerId

notificationReceiver

GenericHttpNotificationReceiver notificationReceiver

notificationClientHandler

ClientNotificationDispatcher notificationClientHandler

heartbeatClientHandler

HeartBeatClientHandlerImpl heartbeatClientHandler

localHost

String localHost

Class com.sun.jdmk.comm.HeartBeatNotification extends Notification implements Serializable

serialVersionUID: -3316433306248507512l

Serialized Fields

connAddr

ConnectorAddress connAddr

Class com.sun.jdmk.comm.HttpConnectorAddress extends Object implements Serializable

serialVersionUID: -7616189103058186512l

Serialized Fields

connType

String connType

host

String host

port

int port

authInfo

AuthInfo authInfo

Class com.sun.jdmk.comm.HttpConnectorClient extends GenericHttpConnectorClient implements Serializable

serialVersionUID: -7034170604861491738l

Class com.sun.jdmk.comm.HttpsConnectorAddress extends Object implements Serializable

serialVersionUID: -4844146863078871936l

Serialized Fields

connType

String connType

host

String host

port

int port

authInfo

AuthInfo authInfo

Class com.sun.jdmk.comm.HttpsConnectorClient extends GenericHttpConnectorClient implements Serializable

serialVersionUID: 1860741823807578942l

Serialized Fields

needClientAuth

boolean needClientAuth

Class com.sun.jdmk.comm.MalformedHttpException extends JMException implements Serializable

serialVersionUID: -3066482251096919849l

Class com.sun.jdmk.comm.RmiConnectorAddress extends Object implements Serializable

serialVersionUID: -3866575485397551102l

Serialized Fields

host

String host

defaultPort

int defaultPort

port

int port

defaultServiceName

String defaultServiceName

serviceName

String serviceName

Class com.sun.jdmk.comm.RmiConnectorServerObjectImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 1924032455965148521l

Class com.sun.jdmk.comm.RmiConnectorServerObjectImplV2_Stub extends RemoteStub implements Serializable

serialVersionUID: -6517319243695058671l

Class com.sun.jdmk.comm.RmiNotificationReceiverImpl_Stub extends RemoteStub implements Serializable

serialVersionUID: 3764620070646386208l

Class com.sun.jdmk.comm.RmiNotificationReceiverImplV2_Stub extends RemoteStub implements Serializable

serialVersionUID: -3693540194404831872l

Class com.sun.jdmk.comm.UnauthorizedSecurityException extends JdmkSecurityException implements Serializable

serialVersionUID: 6782157004151679321l


FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

Copyright 1998-2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.