Serialized Form


Package com.sun.jdmk

Class com.sun.jdmk.Enumerated extends Object implements Serializable

Serialized Fields

value

int value
This variable keeps the integer form of the enumerated. The string form is retrieved using getIntTable().

Class com.sun.jdmk.JdmkSecurityException extends SecurityException implements Serializable

serialVersionUID: -3915002638326204846L

Class com.sun.jdmk.ManagerException extends JMException implements Serializable

serialVersionUID: 1484169039733425335L

Class com.sun.jdmk.ProxyMBeanInstantiationException extends ManagerException implements Serializable

serialVersionUID: 7444301417112901120L

Serialized Fields

exception

Exception exception
Deprecated. 
The encapsulated Exception

Class com.sun.jdmk.RuntimeManagerException extends JMRuntimeException implements Serializable

serialVersionUID: -8373218869181948132L

Class com.sun.jdmk.RuntimeProxyException extends RuntimeManagerException implements Serializable

serialVersionUID: 1731964914730372717L

Class com.sun.jdmk.UnsignedLong extends Number implements Serializable

serialVersionUID: 862366467859516825L

Serialized Fields

value

long value
A long whose 64 bits are the same as the 64 bits of the unsigned value represented by this object. If X is the number represented by this object and x is value, then X = x + (s * 264), where s is 0 if x >= 0 or 1 if x < 0.


Package com.sun.jdmk.comm

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

serialVersionUID: -2499186113233316177L

Serialized Fields

target

Throwable target
This field holds the target if the CommunicationException(Throwable target) constructor was used to instantiate the object.

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

Serialized Fields

operationContext

OperationContext operationContext
Deprecated. 
MBean Operation Context


mbeanServerId

String mbeanServerId
Deprecated. 
MBeanServerId


notificationReceiver

com.sun.jdmk.comm.GenericHttpNotificationReceiver notificationReceiver
Deprecated. 
Notifications


notificationClientHandler

com.sun.jdmk.comm.ClientNotificationDispatcher notificationClientHandler
Deprecated. 

heartbeatClientHandler

com.sun.jdmk.comm.HeartBeatClientHandlerImpl heartbeatClientHandler
Deprecated. 
HeartBeat


localHost

String localHost
Deprecated. 
localHost

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

serialVersionUID: -3316433306248507512L

Serialized Fields

connAddr

ConnectorAddress connAddr
Heartbeat notification connector address.

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

serialVersionUID: -7616189103058186512L

Serialized Fields

connType

String connType
Deprecated. 
The connector type value

host

String host
Deprecated. 
The server host value

port

int port
Deprecated. 
The server port value

authInfo

AuthInfo authInfo
Deprecated. 
The authentication info value

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
Deprecated. 
The connector type value

host

String host
Deprecated. 
The server host value

port

int port
Deprecated. 
The server port value

authInfo

AuthInfo authInfo
Deprecated. 
The authentication info value

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

serialVersionUID: 1860741823807578942L

Serialized Fields

needClientAuth

boolean needClientAuth
Deprecated. 
The SSL need client authentication flag

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
Deprecated. 
The RMI host


defaultPort

int defaultPort
Deprecated. 
The RMI port number


port

int port
Deprecated. 

defaultServiceName

String defaultServiceName
Deprecated. 
The RMI connector server service name


serviceName

String serviceName
Deprecated. 

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


Package com.sun.jdmk.discovery

Class com.sun.jdmk.discovery.DiscoveryClient extends Object implements Serializable

serialVersionUID: 2030335665289155729L

Serialized Fields

localClassName

String localClassName

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

String multicastGroup
The multicast group name.

 

ttl

int ttl
The default time-to-live.

 

pointToPointResponse

boolean pointToPointResponse
The unicast datagram socket mode.

 

timeOut

int timeOut
The timeout after which we give up waiting for discovery responses.

 

usrInet

InetAddress usrInet

Class com.sun.jdmk.discovery.DiscoveryMonitor extends NotificationBroadcasterSupport implements Serializable

serialVersionUID: 4303049868337627283L

Serialized Fields

localClassName

String localClassName

dbgTag

String dbgTag

monitorObjectName

ObjectName monitorObjectName
The object name of the discovery monitor.

 

cmf

MBeanServer cmf
This field holds a reference to the core management framework.

 

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

String multicastGroup
The multicast group name.

 

usrInet

InetAddress usrInet

Class com.sun.jdmk.discovery.DiscoveryResponder extends Object implements Serializable

serialVersionUID: -3259829717493969016L

Serialized Fields

localClassName

String localClassName

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

String multicastGroup
The multicast group name.

 

ttl

int ttl
The default time-to-live.

 

cmf

MBeanServer cmf
This field holds a reference to the core management framework.

 

responderObjectName

ObjectName responderObjectName
The object name of the discovery responder.

 

spy

String spy
For Java DMK internal use only.


noEvent

String noEvent
For Java DMK internal use only.


userData

byte[] userData
The additional data that the user added in the Discovery Response message


usrInet

InetAddress usrInet

local

String local

Class com.sun.jdmk.discovery.DiscoveryResponderNotification extends Notification implements Serializable

serialVersionUID: 5897053465722225217L

Serialized Fields

internalState

Integer internalState
The state of the agent.

 

internalRsp

DiscoveryResponse internalRsp
The agent response.

 

Class com.sun.jdmk.discovery.DiscoveryResponse extends Object implements Serializable

serialVersionUID: -1615089845432442933L

Serialized Fields

host

String host
The host name.

 

mbeanServerId

String mbeanServerId
The identification of the MbeanServer.

 

specificationName

String specificationName
The full name of the JMX specification implemented by the agent.

 

specificationVersion

String specificationVersion
The version of the JMX specification implemented by the agent.

 

specificationVendor

String specificationVendor
The vendor of the JMX specification implemented by the agent.

 

implementationName

String implementationName
The JMX implementation name (the name of the product corresponding to the agent).

 

implementationVersion

String implementationVersion
The JMX implementation version (the version of the product corresponding to the agent).

 

implementationVendor

String implementationVendor
The JMX implementation vendor (the version of the product corresponding to the agent).

 

objectList

Hashtable objectList
The list of communicators. It is an Hashtable. Keys are ObjectName and values are ConnectorAddress if its relevant. The method findMBeanServers sets this Hashtable to null.

 

userData

byte[] userData

serverAddresses

JMXServiceURL[] serverAddresses

Package com.sun.jdmk.interceptor

Class com.sun.jdmk.interceptor.InterceptorCycleException extends JMException implements Serializable

serialVersionUID: 7810365444090466087L

Class com.sun.jdmk.interceptor.InterceptorNotPresentException extends JMException implements Serializable

serialVersionUID: 7039590180388904111L


Package com.sun.jdmk.security.sasl

Class com.sun.jdmk.security.sasl.AuthenticateCallback extends Object implements Serializable

serialVersionUID: -9067046894103379433L

Serialized Fields

authenticationID

String authenticationID
The authentication identity to check.

 

password

char[] password
The password to check.

 

authenticated

boolean authenticated
A flag indicating whether the authentication identity and password have been successfully verified by the system authentication database.

 

Class com.sun.jdmk.security.sasl.Provider extends Provider implements Serializable

serialVersionUID: 4578222529928792392L


Package com.sun.management.snmp

Class com.sun.management.snmp.BerException extends Exception implements Serializable

serialVersionUID: 3495333161508060693L

Serialized Fields

errorType

int errorType

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

serialVersionUID: 7431042651505238452L

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

serialVersionUID: 6465558332462527958L

Class com.sun.management.snmp.SnmpCounter extends SnmpUnsignedInt implements Serializable

serialVersionUID: -4825062248765482614L

Class com.sun.management.snmp.SnmpCounter64 extends SnmpValue implements Serializable

serialVersionUID: 6119804398925703166L

Serialized Fields

value

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

 

Class com.sun.management.snmp.SnmpEngineId extends Object implements Serializable

serialVersionUID: -8737696000100566404L

Serialized Fields

engineId

byte[] engineId

hexString

String hexString

humanString

String humanString

Class com.sun.management.snmp.SnmpEngineParameters extends Object implements Serializable

serialVersionUID: -8875761274181730257L

Serialized Fields

uacl

UserAcl uacl

securityFile

String securityFile

encrypt

boolean encrypt

engineId

SnmpEngineId engineId

Class com.sun.management.snmp.SnmpGauge extends SnmpUnsignedInt implements Serializable

serialVersionUID: 7845202275739524719L

Class com.sun.management.snmp.SnmpInt extends SnmpValue implements Serializable

serialVersionUID: 995087837429041659L

Serialized Fields

value

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

 

Class com.sun.management.snmp.SnmpIpAddress extends SnmpOid implements Serializable

serialVersionUID: -844289641772067624L

Class com.sun.management.snmp.SnmpNull extends SnmpValue implements Serializable

serialVersionUID: 5241472845263112765L

Serialized Fields

tag

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

Class com.sun.management.snmp.SnmpOid extends SnmpValue implements Serializable

serialVersionUID: 8956237235607885096L

Serialized Fields

components

long[] components
The components' array.

 

componentCount

int componentCount
The length of the components' array.

 

Class com.sun.management.snmp.SnmpOpaque extends SnmpString implements Serializable

serialVersionUID: -4528903626829210227L

Class com.sun.management.snmp.SnmpPdu extends Object implements Serializable

Serialized Fields

type

int type
PDU type. Types are defined in SnmpDefinitions.

 

version

int version
Protocol version. Versions are defined in SnmpDefinitions.

 

varBindList

SnmpVarBind[] varBindList
List of variables.

 

requestId

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

 

address

InetAddress address
Source or destination address.

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

 

port

int port
Source or destination port.

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

 

Class com.sun.management.snmp.SnmpPduBulk extends SnmpPduPacket implements Serializable

serialVersionUID: 1353423561029187652L

Serialized Fields

nonRepeaters

int nonRepeaters
The non-repeaters value.

 

maxRepetitions

int maxRepetitions
The max-repetitions value.

 

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

serialVersionUID: -6397398073339620L

Class com.sun.management.snmp.SnmpPduPacket extends SnmpPdu implements Serializable

Serialized Fields

community

byte[] community
The pdu community string.

Class com.sun.management.snmp.SnmpPduRequest extends SnmpPduPacket implements Serializable

serialVersionUID: 1252321892274453488L

Serialized Fields

errorStatus

int errorStatus
Error status. Statuses are defined in SnmpDefinitions.

 

errorIndex

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

 

Class com.sun.management.snmp.SnmpPduTrap extends SnmpPduPacket implements Serializable

serialVersionUID: -7441485909443484741L

Serialized Fields

enterprise

SnmpOid enterprise
Enterprise object identifier.

 

agentAddr

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

 

genericTrap

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

 

specificTrap

int specificTrap
Specific trap number.

 

timeStamp

long timeStamp
Time-stamp.

 

Class com.sun.management.snmp.SnmpScopedPduBulk extends SnmpScopedPduPacket implements Serializable

serialVersionUID: -2432571604056696144L

Serialized Fields

nonRepeaters

int nonRepeaters
The non-repeaters value.

 

maxRepetitions

int maxRepetitions
The max-repetitions value.

 

Class com.sun.management.snmp.SnmpScopedPduPacket extends SnmpPdu implements Serializable

Serialized Fields

msgMaxSize

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


msgId

int msgId
Message identifier.


msgFlags

byte msgFlags
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
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
The context engine Id in which the pdu must be handled (Generally the local engine Id).


contextName

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


securityParameters

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

Class com.sun.management.snmp.SnmpScopedPduRequest extends SnmpScopedPduPacket implements Serializable

serialVersionUID: -5827729906597488468L

Serialized Fields

errorStatus

int errorStatus

errorIndex

int errorIndex

Class com.sun.management.snmp.SnmpSecurityException extends Exception implements Serializable

serialVersionUID: 1459385985157895812L

Serialized Fields

list

SnmpVarBind[] list
The current request varbind list.


status

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


params

SnmpSecurityParameters params
The current security model related security parameters.


contextEngineId

byte[] contextEngineId
The current context engine Id.


contextName

byte[] contextName
The current context name.


flags

byte flags
The current flags.

Class com.sun.management.snmp.SnmpStatusException extends Exception implements Serializable

serialVersionUID: 594245968606990024L

Serialized Fields

errorStatus

int errorStatus
Status of the error.

 

errorIndex

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

 

Class com.sun.management.snmp.SnmpString extends SnmpValue implements Serializable

serialVersionUID: -7995335496739639922L

Serialized Fields

value

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

 

Class com.sun.management.snmp.SnmpStringFixed extends SnmpString implements Serializable

serialVersionUID: -2800002500347958885L

Class com.sun.management.snmp.SnmpTimeticks extends SnmpUnsignedInt implements Serializable

serialVersionUID: -5486435222360030630L

Class com.sun.management.snmp.SnmpTooBigException extends Exception implements Serializable

serialVersionUID: -9001045366592540154L

Serialized Fields

varBindCount

int varBindCount
The varBindCount.

 

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

serialVersionUID: 5231219662141448282L

Class com.sun.management.snmp.SnmpUnknownModelException extends Exception implements Serializable

serialVersionUID: -71169068336120981L

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

serialVersionUID: -104324648800088890L

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

serialVersionUID: 6244666159469190512L

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

serialVersionUID: -5528779496043485294L

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

serialVersionUID: 3181956750225659156L

Class com.sun.management.snmp.SnmpUnsignedInt extends SnmpInt implements Serializable

Class com.sun.management.snmp.SnmpValue extends Object implements Serializable

Class com.sun.management.snmp.SnmpVarBind extends Object implements Serializable

serialVersionUID: -5059006593897949375L

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
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 com.sun.management.snmp.SnmpVarBindList extends Vector implements Serializable

serialVersionUID: 3809890713220487444L

Serialized Fields

identity

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


timestamp

Timestamp timestamp
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 com.sun.management.snmp.Timestamp extends Object implements Serializable

serialVersionUID: -7237553204610388243L

Serialized Fields

sysUpTime

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


crtime

long crtime
A long representing the current date.


dateCache

Date dateCache
A Date object representing the current date.


uptimeCache

SnmpTimeticks uptimeCache
The SnmpTimeticks object corresponding to the TimeStamp object.


Package com.sun.management.snmp.agent

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

serialVersionUID: 694542373788291073L

Serialized Fields

dbgTag

String dbgTag

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

serialVersionUID: -8516937092825243248L

Serialized Fields

oids

Vector oids
The list of OIDs.

 

size

int size
The number of elements in the index.

 

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

Serialized Fields

root

SnmpMibOid root
The top element in the Mib tree.

 

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

Serialized Fields

mibName

String mibName
The object name of the MIB.

 

server

MBeanServer server
The reference to the MBean server.

 

adaptorName

ObjectName adaptorName
The object name of the SNMP protocol adaptor.

 

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

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

Serialized Fields

subgroups

Hashtable subgroups

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

Serialized Fields

varList

int[] varList
Contains the list of variable identifiers.

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

serialVersionUID: -8008057492096412533L

Serialized Fields

children

com.sun.management.snmp.agent.SnmpMibOid.NonSyncVector children
Contains the list of sub nodes.


nbChildren

int nbChildren
The number of sub nodes.

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

Serialized Fields

nodeId

int nodeId
The id of the contained entry object.

 

theMib

SnmpMib theMib
The MIB to which the metadata is linked.

 

creationEnabled

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

 

factory

SnmpTableEntryFactory factory
The entry factory


size

int size
The number of elements in the table.

 

tablecount

int tablecount

tablesize

int tablesize

tableoids

SnmpOid[] tableoids

entries

Vector entries
The list of entries.

 

entrynames

Vector entrynames
The list of object names.

 

handbackTable

Hashtable handbackTable
Listener hashtable containing the hand-back objects.


filterTable

Hashtable filterTable
Listener hashtable containing the filter objects.

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

serialVersionUID: 5147896704225603584L

Serialized Fields

peer

SnmpPeer peer

dbgTag

String dbgTag

mibName

String mibName

oid

String oid

timeout

long timeout

provider

com.sun.management.snmp.agent.SnmpSessionProvider provider

initialized

boolean initialized

skipError

boolean skipError

forwardOnCheck

boolean forwardOnCheck

hide

boolean hide

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

serialVersionUID: 3852945352578498555L

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

serialVersionUID: 5832592016227890252L

Serialized Fields

entry

Object entry
The entry object.

 

name

ObjectName name
The entry name.

 

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

Serialized Fields

entries

List entries
The list of entries


meta

SnmpMibTable meta
The associated metadata object


theMib

SnmpMib theMib
The MIB to which this table belongs


registrationRequired

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

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

serialVersionUID: 4545122574911175203L

Serialized Fields

dbgTag

String dbgTag

address

InetAddress address

communityString

String communityString

trapOid

SnmpOid trapOid

gen

Integer gen

specific

Integer specific

server

SnmpAdaptorServer server

enterpriseOid

SnmpOid enterpriseOid

pduTrap

SnmpPduTrap pduTrap

pduRequest

SnmpPduRequest pduRequest

pduTrapList

SnmpVarBindList pduTrapList

bufferSize

int bufferSize

port

int port

scopedTrap

SnmpScopedPduRequest scopedTrap

originator

boolean originator

pduAddr

InetAddress pduAddr

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

serialVersionUID: -6442234160949252976L

Serialized Fields

user

String user

timelinessRetry

boolean timelinessRetry

dbgTag

String dbgTag

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

Serialized Fields

dbgTag

String dbgTag

Package com.sun.management.snmp.IPAcl

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

serialVersionUID: -1731776149894734768L

Serialized Fields

dbgTag

String dbgTag

acl

com.sun.management.snmp.IPAcl.AclImpl acl
Represents the Access Control List.


alwaysAuthorized

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


authorizedListFile

String authorizedListFile
Represents the Access Control List flat file.


trapDestList

Hashtable trapDestList
Contains the hosts list for trap destination.


informDestList

Hashtable informDestList
Contains the hosts list for inform destination.


owner

com.sun.management.snmp.IPAcl.PrincipalImpl owner

Package com.sun.management.snmp.manager

Class com.sun.management.snmp.manager.SnmpOptions extends Object implements Serializable

serialVersionUID: -7208877643255176946L

Serialized Fields

options

int options
By default the following options are set:

 

Class com.sun.management.snmp.manager.SnmpParameters extends SnmpParams implements Serializable

serialVersionUID: -1964351381774963489L

Serialized Fields

_protocolVersion

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

 

_readCommunity

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

 

_writeCommunity

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

 

_informCommunity

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

 

Class com.sun.management.snmp.manager.SnmpPeer extends Object implements Serializable

serialVersionUID: -1043232864665838097L

Serialized Fields

maxVarBindLimit

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


portNum

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


maxTries

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


timeout

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


pduFactory

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


_maxrtt

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


_minrtt

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


_avgrtt

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


_snmpParameter

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

See Also:
SnmpParameters

_devAddr

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


maxSnmpPacketSize

int maxSnmpPacketSize
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
List of alternate addresses.


_addrIndex

int _addrIndex
The index of address currently being used.

Class com.sun.management.snmp.manager.SnmpRequest extends Object implements Serializable

serialVersionUID: 3370753936166629014L

Serialized Fields

thePeer

SnmpPeer thePeer
The peer object associated with this request.


session

SnmpSession session
The session object associated with this request.


callback

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


nonRepeaters

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


maxRepetitions

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


proxy

com.sun.management.snmp.manager.ReqRedirectSrv proxy
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
The request PDU.


responsePdu

SnmpPdu responsePdu
The response PDU.


internalVarBind

SnmpVarBind[] internalVarBind

reason

String reason

options

int options
By default the following options are set:


mode

int mode
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
Number of tries performed for the current polling operation.


timeout

int timeout
Timeout. The default value is 5 seconds.


reqState

int reqState

prevPollTime

long prevPollTime

nextPollTime

long nextPollTime

waitTimeForResponse

long waitTimeForResponse

debugDate

Date debugDate

requestId

int requestId
The request ID for an active request.


engine

SnmpEngine engine

varBindList

SnmpVarBindList varBindList
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

responseTimestamp

Timestamp responseTimestamp
The time stamp information for the agent response.


errorStatus

int errorStatus
The error status associated with the response packet.


errorIndex

int errorIndex
The index in SnmpVarBindList that caused the exception.


command

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


dbgTag

String dbgTag

securityCache

com.sun.management.internal.snmp.SnmpSecurityCache securityCache
The cache that is created at sending time and reused at receiving time.


securityParams

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

Class com.sun.management.snmp.manager.SnmpSession extends Object implements Serializable

serialVersionUID: 1695304966953152644L

Serialized Fields

engine

SnmpEngine engine

pduFactory

SnmpPduFactory pduFactory

hide

boolean hide

usedThread

String usedThread

snmpRespHdlr

com.sun.management.snmp.manager.SnmpResponseHandler snmpRespHdlr

isBeingDestroyed

boolean isBeingDestroyed

_myThread

Thread _myThread
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
A place to store the responses from the agent. A FIFO queue is needed here.

 

_theSocket

com.sun.management.snmp.manager.SnmpSocket _theSocket
The SnmpSocket to be used to communicate with the peer by all requests created in this session.

 

_defaultPeer

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

 

_syncReq

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

 

sessionName

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

 

_requestList

Hashtable _requestList

snmpOptions

SnmpOptions snmpOptions
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

com.sun.management.snmp.manager.SnmpQManager snmpQman

dbgTag

String dbgTag

Package com.sun.management.snmp.manager.usm

Class com.sun.management.snmp.manager.usm.SnmpUsmPeer extends SnmpPeer implements Serializable

serialVersionUID: -4395909104949922299L

Serialized Fields

peer

SnmpUsmEnginePeer peer
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

com.sun.management.internal.snmp.SnmpEngineImpl engine
A reference to the local Engine.


model

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


authoritative

boolean authoritative

dbgTag

String dbgTag

Package com.sun.management.snmp.uacl

Class com.sun.management.snmp.uacl.JdmkUserAcl extends Object implements Serializable

serialVersionUID: 792943185727781789L

Serialized Fields

dbgTag

String dbgTag

acl

com.sun.management.snmp.uacl.AclImpl acl
Represents the Access Control List.


alwaysAuthorized

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


authorizedListFile

String authorizedListFile
Represents the Access Control List flat file.


trapDestList

Hashtable trapDestList
Contains the hosts list for trap destination.


informDestList

Hashtable informDestList
Contains the hosts list for inform destination.


owner

com.sun.management.snmp.uacl.PrincipalImpl owner

Package com.sun.management.snmp.usm

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

serialVersionUID: -8633606335431603082L

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

serialVersionUID: -748229551606343727L

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

serialVersionUID: -5170593783890588857L

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

serialVersionUID: 7375724684877323088L

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

serialVersionUID: 3175312540960000741L

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

serialVersionUID: 812120144816576462L

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

serialVersionUID: 939048236220191361L


Package com.sun.management.snmp.usm.usmmib

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

serialVersionUID: -4549514339777505443L

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

serialVersionUID: 2346808390261791057L

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

serialVersionUID: 8904626973994697L

Serialized Fields

isInitialized

boolean isInitialized

objectserver

SnmpStandardObjectServer objectserver

metadatas

Hashtable metadatas

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

serialVersionUID: 5696272497292831868L

Serialized Fields

lcd

SnmpUsmLcd lcd

engine

SnmpEngine engine

model

SnmpUsm model

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

serialVersionUID: 3927442641260724419L

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

serialVersionUID: -3886886362591700055L

Serialized Fields

server

MBeanServer server
Reference to the MBean server.

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

serialVersionUID: -1488698159987685211L

Serialized Fields

lcd

SnmpUsmLcd lcd

engine

SnmpEngine engine

templates

Hashtable templates

dbgTag

String dbgTag

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

serialVersionUID: -2435643288394990868L

Serialized Fields

UsmStatsDecryptionErrors

Long UsmStatsDecryptionErrors
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
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
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
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
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
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.management.snmp.usm.usmmib.UsmStatsMeta extends SnmpMibGroup implements Serializable

serialVersionUID: 1879696136827061562L

Serialized Fields

node

UsmStatsMBean node

objectserver

SnmpStandardObjectServer objectserver

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

serialVersionUID: -3586396890818353357L

Serialized Fields

UsmUserTable

TableUsmUserTable UsmUserTable
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
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.management.snmp.usm.usmmib.UsmUserEntry extends Object implements Serializable

serialVersionUID: 675408598394193122L

Serialized Fields

UsmUserPrivKeyChange

Byte[] UsmUserPrivKeyChange
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
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
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
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
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
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
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
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
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
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
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
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
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.management.snmp.usm.usmmib.UsmUserEntryImpl extends UsmUserEntry implements Serializable

serialVersionUID: 7849396415731734840L

Serialized Fields

user

SnmpUsmSecureUser user

lcd

SnmpUsmLcd lcd

original

UsmUserEntryImpl original

table

TableUsmUserTableImpl table

dbgTag

String dbgTag

oid

SnmpOid oid

prefix

String prefix

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

serialVersionUID: 353173372738958004L

Serialized Fields

node

UsmUserEntryMBean node

objectserver

SnmpStandardObjectServer objectserver

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

serialVersionUID: -8825336863201946629L

Serialized Fields

cloneForm

UsmUserEntryImpl cloneForm

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

serialVersionUID: -3463851541851633647L

Serialized Fields

node

UsmUserMBean node

objectserver

SnmpStandardObjectServer objectserver

tableUsmUserTable

UsmUserTableMeta tableUsmUserTable

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

serialVersionUID: -9085165998763448945L

Serialized Fields

node

UsmUserEntryMeta node
Reference to the entry metadata.


objectserver

SnmpStandardObjectServer objectserver
Reference to the object server.


Package javax.management.remote.generic

Class javax.management.remote.generic.ConnectionClosedException extends IOException implements Serializable


Package javax.management.remote.jmxmp

Class javax.management.remote.jmxmp.JMXMPConnector extends GenericConnector implements Serializable

serialVersionUID: 7098019344073706637L

Serialized Fields

address

JMXServiceURL address
The JMX Service URL of the peer JMXMP Connector Server.
See Also:
JMXMPConnector.JMXMPConnector(JMXServiceURL), JMXMPConnector.JMXMPConnector(JMXServiceURL, Map)

Package javax.management.remote.message

Class javax.management.remote.message.CloseMessage extends Object implements Serializable

serialVersionUID: 4021663308494239706L

Serialized Fields

msg

String msg
The message explaining why the connection was closed.
See Also:
CloseMessage.getMessage()

Class javax.management.remote.message.HandshakeBeginMessage extends Object implements Serializable

serialVersionUID: 293823783004524086L

Serialized Fields

profiles

String profiles
The space-separated list of the server's supported profile names.
See Also:
HandshakeBeginMessage.getProfiles()

version

String version
The server version of the JMXMP protocol.
See Also:
HandshakeBeginMessage.getVersion()

Class javax.management.remote.message.HandshakeEndMessage extends Object implements Serializable

serialVersionUID: 4962683653394718305L

Serialized Fields

context

Object context
The context object (opaque).
See Also:
HandshakeEndMessage.getContext()

connectionId

String connectionId
The connection ID.
See Also:
HandshakeEndMessage.getConnectionId()

Class javax.management.remote.message.HandshakeErrorMessage extends Object implements Serializable

serialVersionUID: -4107265421013519799L

Serialized Fields

detail

String detail
The detail of the error encountered by the other peer.
See Also:
HandshakeErrorMessage.getDetail()

Class javax.management.remote.message.MBeanServerRequestMessage extends Object implements Serializable

serialVersionUID: -4181036756525151109L

Serialized Fields

messageId

long messageId
This message's unique identifier.
See Also:
MBeanServerRequestMessage.getMessageId()

methodId

int methodId
The method identifier of this message.
See Also:
MBeanServerRequestMessage.getMethodId()

params

Object[] params
The method parameters.
See Also:
MBeanServerRequestMessage.getParams()

delegationSubject

Subject delegationSubject
The delegation subject.
See Also:
MBeanServerRequestMessage.getDelegationSubject()

Class javax.management.remote.message.MBeanServerResponseMessage extends Object implements Serializable

serialVersionUID: 7964312628478315537L

Serialized Fields

id

long id
The unique message identifier.
See Also:
MBeanServerResponseMessage.getMessageId()

wrappedResult

Object wrappedResult
The wrapped result of the MBeanServerConnection method call. If the method returned normally, this is the value returned, or null if the method is void. If the method produced an exception, this is the exception.
See Also:
MBeanServerResponseMessage.MBeanServerResponseMessage(long,Object,boolean)

isException

boolean isException
True if this message represents an exception.
See Also:
MBeanServerResponseMessage.isException()

Class javax.management.remote.message.NotificationRequestMessage extends Object implements Serializable

serialVersionUID: -4639266981029744819L

Serialized Fields

clientSequenceNumber

long clientSequenceNumber

maxNotifications

int maxNotifications

timeout

long timeout

Class javax.management.remote.message.NotificationResponseMessage extends Object implements Serializable

serialVersionUID: -4727296267713643966L

Serialized Fields

wrappedNotificationResult

Object wrappedNotificationResult
Notifications returned to the caller. This is a NotificationResult object wrapped using the ObjectWrapping for the connection using this message.

Class javax.management.remote.message.SASLMessage extends Object implements Serializable

serialVersionUID: 429225478070724773L

Serialized Fields

mechanism

String mechanism
The SASL mechanism.
See Also:
SASLMessage.getMechanism()

status

int status
The status of the current SASL authentication exchanges.
See Also:
SASLMessage.getStatus()

blob

byte[] blob
The blob generated by the SASL mechanism.
See Also:
SASLMessage.getBlob()

Class javax.management.remote.message.TLSMessage extends Object implements Serializable

serialVersionUID: -1560560030756307658L

Serialized Fields

status

int status
The status of the current TLS transport security negotiation.
See Also:
TLSMessage.getStatus()

Class javax.management.remote.message.VersionMessage extends Object implements Serializable

serialVersionUID: 1820574193954947740L

Serialized Fields

version

String version
The latest version of the JMXMP protocol acceptable for use.
See Also:
getVersion()


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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