Serialized Form


Package com.sun.jmx.remote.generic

Class com.sun.jmx.remote.generic.ProfileProviderException extends Exception implements Serializable

serialVersionUID: -4648936399123015595L

Serialized Fields

cause

Exception cause

Package com.sun.jmx.remote.opt.internal

Class com.sun.jmx.remote.opt.internal.ProxyRef extends Object implements Serializable

Serialization Methods

readExternal

public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(ObjectOutput out)
                   throws IOException
Throws:
IOException

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:
VersionMessage.getVersion()



Copyright © 2014 Terracotta, Inc.. All rights reserved.