Package javax.management.remote.message

Message definitions for JMXMP.

See:
          Description

Interface Summary
Message This interface is used to tag an implementing class as a JMXMP protocol message that can be exchanged between the client and the server ends of a JMX API connector.
ProfileMessage This interface must be implemented by all the messages that represent a profile that can be negotiated during the initial handshake between the client and the server.
 

Class Summary
CloseMessage This class is used to inform a remote side of local closing.
HandshakeBeginMessage Handshake begin message exchanged between the server and the client.
HandshakeEndMessage Handshake end message exchanged between the client and the server.
HandshakeErrorMessage This class represents an error that occurred during the various client/server handshake exchanges.
MBeanServerRequestMessage An MBeanServerConnection method call, encoded as an object.
MBeanServerResponseMessage The result of an MBeanServerConnection method call, encoded as an object.
NotificationRequestMessage Message that requests received notifications.
NotificationResponseMessage Message that transports one or more notifications emitted from an MBean server through a connector server to listeners in a remote client.
SASLMessage A challenge or response exchanged between client and server during SASL authentication.
TLSMessage Handshake message between client and server to set up the TLS handshake.
VersionMessage This class represents the handshake messages exchanged between the client and the server to agree on the protocol version.
 

Package javax.management.remote.message Description

Message definitions for JMXMP. This package is an optional package of the JMX Remote API.

Since:
1.0

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.