Uses of Interface
javax.management.remote.message.Message

Packages that use Message
javax.management.remote.generic The Generic JMX API Connector. 
javax.management.remote.message Message definitions for JMXMP. 
 

Uses of Message in javax.management.remote.generic
 

Methods in javax.management.remote.generic that return Message
 Message MessageConnection.readMessage()
          Reads a Message object from the other end of the connection.
 

Methods in javax.management.remote.generic with parameters of type Message
 void MessageConnection.writeMessage(Message msg)
          Writes a Message object to the other end of the connection.
 

Uses of Message in javax.management.remote.message
 

Subinterfaces of Message in javax.management.remote.message
 interface 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.
 

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


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.