Serialized Form
|
Package com.sun.jmx.remote.generic |
serialVersionUID: -4648936399123015595L
cause
Exception cause
|
Package com.sun.jmx.remote.opt.internal |
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 |
|
Package javax.management.remote.jmxmp |
serialVersionUID: 7098019344073706637L
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 |
serialVersionUID: 4021663308494239706L
msg
String msg
- The message explaining why the connection was closed.
- See Also:
CloseMessage.getMessage()
serialVersionUID: 293823783004524086L
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()
serialVersionUID: 4962683653394718305L
context
Object context
- The context object (opaque).
- See Also:
HandshakeEndMessage.getContext()
connectionId
String connectionId
- The connection ID.
- See Also:
HandshakeEndMessage.getConnectionId()
serialVersionUID: -4107265421013519799L
detail
String detail
- The detail of the error encountered by the other peer.
- See Also:
HandshakeErrorMessage.getDetail()
serialVersionUID: -4181036756525151109L
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()
serialVersionUID: 7964312628478315537L
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()
serialVersionUID: -4639266981029744819L
clientSequenceNumber
long clientSequenceNumber
maxNotifications
int maxNotifications
timeout
long timeout
serialVersionUID: -4727296267713643966L
wrappedNotificationResult
Object wrappedNotificationResult
- Notifications returned to the caller. This is a
NotificationResult object wrapped using the ObjectWrapping for the connection using this message.
serialVersionUID: 429225478070724773L
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()
serialVersionUID: -1560560030756307658L
status
int status
- The status of the current TLS transport security negotiation.
- See Also:
TLSMessage.getStatus()
serialVersionUID: 1820574193954947740L
version
String version
- The latest version of the JMXMP protocol acceptable for use.
- See Also:
VersionMessage.getVersion()
Copyright © 2014 Terracotta, Inc.. All rights reserved.