Serialized Form


Package com.sun.jdmk

Class com.sun.jdmk.Enumerated extends java.lang.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 java.lang.SecurityException implements Serializable

serialVersionUID: -3915002638326204846L

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

serialVersionUID: 1484169039733425335L

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

serialVersionUID: 7444301417112901120L

Serialized Fields

exception

java.lang.Exception exception
Deprecated. 
The encapsulated Exception

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

serialVersionUID: -8373218869181948132L

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

serialVersionUID: 1731964914730372717L

Class com.sun.jdmk.UnsignedLong extends java.lang.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 javax.management.JMRuntimeException implements Serializable

serialVersionUID: -2499186113233316177L

Serialized Fields

target

java.lang.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 java.lang.Object implements Serializable

Serialized Fields

operationContext

OperationContext operationContext
Deprecated. 
MBean Operation Context


mbeanServerId

java.lang.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

java.lang.String localHost
Deprecated. 
localHost

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

serialVersionUID: -3316433306248507512L

Serialized Fields

connAddr

ConnectorAddress connAddr
Heartbeat notification connector address.

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

serialVersionUID: -7616189103058186512L

Serialized Fields

connType

java.lang.String connType
Deprecated. 
The connector type value

host

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: -4844146863078871936L

Serialized Fields

connType

java.lang.String connType
Deprecated. 
The connector type value

host

java.lang.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 javax.management.JMException implements Serializable

serialVersionUID: -3066482251096919849L

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

serialVersionUID: -3866575485397551102L

Serialized Fields

host

java.lang.String host
Deprecated. 
The RMI host


defaultPort

int defaultPort
Deprecated. 
The RMI port number


port

int port
Deprecated. 

defaultServiceName

java.lang.String defaultServiceName
Deprecated. 
The RMI connector server service name


serviceName

java.lang.String serviceName
Deprecated. 

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

serialVersionUID: 6782157004151679321L


Package com.sun.jdmk.discovery

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

serialVersionUID: 2030335665289155729L

Serialized Fields

localClassName

java.lang.String localClassName

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

java.lang.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

java.net.InetAddress usrInet

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

serialVersionUID: 4303049868337627283L

Serialized Fields

localClassName

java.lang.String localClassName

dbgTag

java.lang.String dbgTag

monitorObjectName

javax.management.ObjectName monitorObjectName
The object name of the discovery monitor.

 

cmf

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

 

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

java.lang.String multicastGroup
The multicast group name.

 

usrInet

java.net.InetAddress usrInet

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

serialVersionUID: -3259829717493969016L

Serialized Fields

localClassName

java.lang.String localClassName

multicastPort

int multicastPort
The multicast port number.

 

multicastGroup

java.lang.String multicastGroup
The multicast group name.

 

ttl

int ttl
The default time-to-live.

 

cmf

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

 

responderObjectName

javax.management.ObjectName responderObjectName
The object name of the discovery responder.

 

spy

java.lang.String spy
For Java DMK internal use only.


noEvent

java.lang.String noEvent
For Java DMK internal use only.


userData

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


usrInet

java.net.InetAddress usrInet

local

java.lang.String local

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

serialVersionUID: 5897053465722225217L

Serialized Fields

internalState

java.lang.Integer internalState
The state of the agent.

 

internalRsp

DiscoveryResponse internalRsp
The agent response.

 

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

serialVersionUID: -1615089845432442933L

Serialized Fields

host

java.lang.String host
The host name.

 

mbeanServerId

java.lang.String mbeanServerId
The identification of the MbeanServer.

 

specificationName

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

 

specificationVersion

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

 

specificationVendor

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

 

implementationName

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

 

implementationVersion

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

 

implementationVendor

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

 

objectList

java.util.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

javax.management.remote.JMXServiceURL[] serverAddresses

Package com.sun.jdmk.interceptor

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

serialVersionUID: 7810365444090466087L

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

serialVersionUID: 7039590180388904111L


Package com.sun.jdmk.security.sasl

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

serialVersionUID: -9067046894103379433L

Serialized Fields

authenticationID

java.lang.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 java.security.Provider implements Serializable

serialVersionUID: 4578222529928792392L


Package javax.management.remote.generic

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


Package javax.management.remote.jmxmp

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

serialVersionUID: 7098019344073706637L

Serialized Fields

address

javax.management.remote.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 java.lang.Object implements Serializable

serialVersionUID: 4021663308494239706L

Serialized Fields

msg

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

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

serialVersionUID: 293823783004524086L

Serialized Fields

profiles

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

version

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

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

serialVersionUID: 4962683653394718305L

Serialized Fields

context

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

connectionId

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

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

serialVersionUID: -4107265421013519799L

Serialized Fields

detail

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

Class javax.management.remote.message.MBeanServerRequestMessage extends java.lang.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

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

delegationSubject

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

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

serialVersionUID: 7964312628478315537L

Serialized Fields

id

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

wrappedResult

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: -4639266981029744819L

Serialized Fields

clientSequenceNumber

long clientSequenceNumber

maxNotifications

int maxNotifications

timeout

long timeout

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

serialVersionUID: -4727296267713643966L

Serialized Fields

wrappedNotificationResult

java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 429225478070724773L

Serialized Fields

mechanism

java.lang.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 java.lang.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 java.lang.Object implements Serializable

serialVersionUID: 1820574193954947740L

Serialized Fields

version

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


Open Source build 01-ea
opendmk-1.0-b01-ea 2010.10.20_19:39:55_UTC

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