A C D E F G H I J M N O P Q R S T U V W

A

ADD_NOTIFICATION_LISTENERS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object).
ADD_NOTIFICATION_LISTENER_OBJECTNAME - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
AUTHENTICATOR - Static variable in class javax.management.remote.JMXConnectorServer
Name of the attribute that specifies the authenticator for a connector server.
accept() - Method in interface javax.management.remote.generic.MessageConnectionServer
Listens for a connection to be made to this server and accepts it.
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.remote.JMXConnector
Adds a listener to be informed of changes in connection status.
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.generic.GenericConnector
 
addConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.rmi.RMIConnector
 
addNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.addNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
addNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
addNotificationListeners(ObjectName[], MarshalledObject[], Subject[]) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.addNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object).
addNotificationListeners(ObjectName[], MarshalledObject[], Subject[]) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
authenticate(Object) - Method in interface javax.management.remote.JMXAuthenticator
Authenticates the MBeanServerConnection client with the given client credentials.

C

CLOSED - Static variable in class javax.management.remote.JMXConnectionNotification
Notification type string for a connection-closed notification.
COMPLETE - Static variable in class javax.management.remote.message.SASLMessage
This status code is used by a server to indicate that the authentication exchange is complete and successful.
CONTINUE - Static variable in class javax.management.remote.message.SASLMessage
This status code is used by either a client or server to indicate that they require more interaction with the other peer in order to complete the authentication exchange.
CREATE_MBEAN - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName).
CREATE_MBEAN_LOADER - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName).
CREATE_MBEAN_LOADER_PARAMS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[]).
CREATE_MBEAN_PARAMS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.createMBean(String, ObjectName, Object[], String[]).
CREDENTIALS - Static variable in interface javax.management.remote.JMXConnector
Name of the attribute that specifies the credentials to send to the connector server during connection.
CloseMessage - class javax.management.remote.message.CloseMessage.
This class is used to inform a remote side of local closing.
CloseMessage() - Constructor for class javax.management.remote.message.CloseMessage
Constructs a CloseMessage with null message.
CloseMessage(String) - Constructor for class javax.management.remote.message.CloseMessage
Constructs a CloseMessage with a user specific message.
ConnectionClosedException - exception javax.management.remote.generic.ConnectionClosedException.
Thrown by a connection server when it receives a request for a connection that it has decided to close.
ConnectionClosedException() - Constructor for class javax.management.remote.generic.ConnectionClosedException
Constructs a ConnectionClosedException with null as its error detail message.
ConnectionClosedException(String) - Constructor for class javax.management.remote.generic.ConnectionClosedException
Constructs a ConnectionClosedException with the specified detail message.
clientClosed(RMIConnection) - Method in class javax.management.remote.rmi.RMIServerImpl
Method called when a client connection created by makeClient is closed.
close() - Method in interface javax.management.remote.JMXConnector
Closes the client connection to its server.
close() - Method in class javax.management.remote.generic.GenericConnector
 
close() - Method in interface javax.management.remote.generic.MessageConnection
Terminates this object connection.
close() - Method in interface javax.management.remote.rmi.RMIConnection
Closes this connection.
close() - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
close() - Method in class javax.management.remote.rmi.RMIConnector
 
close() - Method in class javax.management.remote.rmi.RMIServerImpl
Closes this connection server.
closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
 
closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
 
closeClient(RMIConnection) - Method in class javax.management.remote.rmi.RMIServerImpl
Closes a client connection made by makeClient.
closeServer() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
Called by RMIServerImpl.close() to close the connector server by unexporting this object.
closeServer() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
Called by RMIServerImpl.close() to close the connector server by unexporting this object.
closeServer() - Method in class javax.management.remote.rmi.RMIServerImpl
Called by RMIServerImpl.close() to close the connector server.
connect() - Method in interface javax.management.remote.JMXConnector
Establishes the connection to the connector server.
connect(Map) - Method in interface javax.management.remote.JMXConnector
Establishes the connection to the connector server.
connect(JMXServiceURL) - Static method in class javax.management.remote.JMXConnectorFactory
Creates a connection to the connector server at the given address.
connect(JMXServiceURL, Map) - Static method in class javax.management.remote.JMXConnectorFactory
Creates a connection to the connector server at the given address.
connect() - Method in class javax.management.remote.generic.GenericConnector
 
connect(Map) - Method in class javax.management.remote.generic.GenericConnector
 
connect(Map) - Method in interface javax.management.remote.generic.MessageConnection
Establish the connection.
connect(Map) - Method in class javax.management.remote.jmxmp.JMXMPConnector
 
connect() - Method in class javax.management.remote.rmi.RMIConnector
 
connect(Map) - Method in class javax.management.remote.rmi.RMIConnector
 
connectionClosed(String, String, Object) - Method in class javax.management.remote.JMXConnectorServer
Called by a subclass when a client connection is closed normally.
connectionClosed(String, String, Object) - Method in class javax.management.remote.rmi.RMIConnectorServer
 
connectionFailed(String, String, Object) - Method in class javax.management.remote.JMXConnectorServer
Called by a subclass when a client connection fails.
connectionFailed(String, String, Object) - Method in class javax.management.remote.rmi.RMIConnectorServer
 
connectionOpened(String, String, Object) - Method in class javax.management.remote.JMXConnectorServer
Called by a subclass when a new client connection is opened.
connectionOpened(String, String, Object) - Method in class javax.management.remote.rmi.RMIConnectorServer
 
createMBean(String, ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.createMBean(String, ObjectName).
createMBean(String, ObjectName, ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName).
createMBean(String, ObjectName, MarshalledObject, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.createMBean(String, ObjectName, Object[], String[]).
createMBean(String, ObjectName, ObjectName, MarshalledObject, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.createMBean(String, ObjectName, ObjectName, Object[], String[]).
createMBean(String, ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
createMBean(String, ObjectName, ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
createMBean(String, ObjectName, MarshalledObject, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
createMBean(String, ObjectName, ObjectName, MarshalledObject, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 

D

DEFAULT_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorFactory
Name of the attribute that specifies the default class loader.
DEFAULT_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the default class loader.
DEFAULT_CLASS_LOADER_NAME - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the default class loader MBean name.

E

equals(Object) - Method in class javax.management.remote.JMXPrincipal
Compares the specified Object with this JMXPrincipal for equality.
equals(Object) - Method in class javax.management.remote.JMXServiceURL
Indicates whether some other object is equal to this one.
export() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
 
export() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
 
export() - Method in class javax.management.remote.rmi.RMIServerImpl
Exports this RMI object.

F

FAILED - Static variable in class javax.management.remote.JMXConnectionNotification
Notification type string for a connection-failed notification.
fetchNotifications(long, int, long) - Method in interface javax.management.remote.rmi.RMIConnection
Retrieves notifications from the connector server.
fetchNotifications(long, int, long) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 

G

GET_ATTRIBUTE - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getAttribute(ObjectName, String).
GET_ATTRIBUTES - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getAttributes(ObjectName, String[]).
GET_DEFAULT_DOMAIN - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getDefaultDomain().
GET_DOMAINS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getDomains().
GET_MBEAN_COUNT - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getMBeanCount().
GET_MBEAN_INFO - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getMBeanInfo(ObjectName).
GET_OBJECT_INSTANCE - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.getObjectInstance(ObjectName).
GenericConnector - class javax.management.remote.generic.GenericConnector.
A client connection to a remote JMX API server.
GenericConnector() - Constructor for class javax.management.remote.generic.GenericConnector
Default no-arg constructor.
GenericConnector(Map) - Constructor for class javax.management.remote.generic.GenericConnector
Constructor specifying connection attributes.
GenericConnectorServer - class javax.management.remote.generic.GenericConnectorServer.
A JMX API Connector server that creates connections to remote clients.
GenericConnectorServer(Map, MBeanServer) - Constructor for class javax.management.remote.generic.GenericConnectorServer
Constructs a GenericConnectorServer attached to the given MBean server.
getAddress() - Method in interface javax.management.remote.JMXConnectorServerMBean
The address of this connector server.
getAddress() - Method in class javax.management.remote.generic.GenericConnectorServer
 
getAddress() - Method in interface javax.management.remote.generic.MessageConnectionServer
The address of this connection server.
getAddress() - Method in class javax.management.remote.rmi.RMIConnectorServer
 
getAttribute(ObjectName, String, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getAttribute(ObjectName, String).
getAttribute(ObjectName, String, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getAttributes() - Method in interface javax.management.remote.JMXConnectorServerMBean
The attributes for this connector server.
getAttributes() - Method in class javax.management.remote.generic.GenericConnectorServer
 
getAttributes(ObjectName, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getAttributes(ObjectName, String[]).
getAttributes(ObjectName, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getAttributes() - Method in class javax.management.remote.rmi.RMIConnectorServer
 
getBlob() - Method in class javax.management.remote.message.SASLMessage
The blob generated by the SASL mechanism.
getCause() - Method in class javax.management.remote.JMXProviderException
 
getCause() - Method in class javax.management.remote.JMXServerErrorException
 
getClientSequenceNumber() - Method in class javax.management.remote.message.NotificationRequestMessage
Returns the client sequence number.
getConnectionId() - Method in class javax.management.remote.JMXConnectionNotification
The connection ID to which this notification pertains.
getConnectionId() - Method in interface javax.management.remote.JMXConnector
Gets this connection's ID from the connector server.
getConnectionId() - Method in class javax.management.remote.generic.GenericConnector
 
getConnectionId() - Method in interface javax.management.remote.generic.MessageConnection
The ID for this connection.
getConnectionId() - Method in class javax.management.remote.message.HandshakeEndMessage
The connection ID.
getConnectionId() - Method in interface javax.management.remote.rmi.RMIConnection
Returns the connection ID.
getConnectionId() - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getConnectionId() - Method in class javax.management.remote.rmi.RMIConnector
 
getConnectionIds() - Method in class javax.management.remote.JMXConnectorServer
 
getConnectionIds() - Method in interface javax.management.remote.JMXConnectorServerMBean
The list of IDs for currently-open connections to this connector server.
getContext() - Method in class javax.management.remote.message.HandshakeEndMessage
The context object.
getDefaultClassLoader() - Method in class javax.management.remote.rmi.RMIServerImpl
Gets the default ClassLoader used by this connector server.
getDefaultDomain(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getDefaultDomain().
getDefaultDomain(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getDelegationSubject() - Method in class javax.management.remote.message.MBeanServerRequestMessage
Returns the delegation subject.
getDetail() - Method in class javax.management.remote.message.HandshakeErrorMessage
A textual description of the error encountered by the peer object.
getDomains(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getDomains().
getDomains(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getEarliestSequenceNumber() - Method in class javax.management.remote.NotificationResult
Returns the sequence number of the earliest notification still in the buffer.
getHost() - Method in class javax.management.remote.JMXServiceURL
The host part of the Service URL.
getListenerID() - Method in class javax.management.remote.TargetedNotification
The ID of the listener to which the notification is targeted.
getMBeanCount(Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getMBeanCount().
getMBeanCount(Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getMBeanInfo(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getMBeanInfo(ObjectName).
getMBeanInfo(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getMBeanServer() - Method in class javax.management.remote.JMXConnectorServer
Returns the MBean server that this connector server is attached to.
getMBeanServer() - Method in interface javax.management.remote.MBeanServerForwarder
Returns the MBeanServer object to which requests will be forwarded.
getMBeanServer() - Method in class javax.management.remote.rmi.RMIServerImpl
The MBeanServer to which this connector server is attached.
getMBeanServerConnection() - Method in interface javax.management.remote.JMXConnector
Returns an MBeanServerConnection object representing a remote MBean server.
getMBeanServerConnection(Subject) - Method in interface javax.management.remote.JMXConnector
Returns an MBeanServerConnection object representing a remote MBean server on which operations are performed on behalf of the supplied delegation subject.
getMBeanServerConnection() - Method in class javax.management.remote.generic.GenericConnector
 
getMBeanServerConnection(Subject) - Method in class javax.management.remote.generic.GenericConnector
 
getMBeanServerConnection() - Method in class javax.management.remote.rmi.RMIConnector
 
getMBeanServerConnection(Subject) - Method in class javax.management.remote.rmi.RMIConnector
 
getMaxNotifications() - Method in class javax.management.remote.message.NotificationRequestMessage
Returns the maximum number of notifications requested.
getMechanism() - Method in class javax.management.remote.message.SASLMessage
The SASL mechanism.
getMessage() - Method in class javax.management.remote.message.CloseMessage
Returns a message explaining why the connection was closed by the remote side.
getMessageId() - Method in class javax.management.remote.message.MBeanServerRequestMessage
Returns this message's unique identifier.
getMessageId() - Method in class javax.management.remote.message.MBeanServerResponseMessage
Returns the unique identifier of this message.
getMethodId() - Method in class javax.management.remote.message.MBeanServerRequestMessage
Returns the method identifier of this message.
getName() - Method in class javax.management.remote.JMXPrincipal
Returns the name of this principal.
getNextSequenceNumber() - Method in class javax.management.remote.NotificationResult
Returns the sequence number of the next notification available for querying.
getNotification() - Method in class javax.management.remote.TargetedNotification
The emitted notification.
getNotificationInfo() - Method in class javax.management.remote.JMXConnectorServer
Returns an array indicating the notifications that this MBean sends.
getObjectInstance(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.getObjectInstance(ObjectName).
getObjectInstance(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
getParams() - Method in class javax.management.remote.message.MBeanServerRequestMessage
Returns the method parameters.
getPort() - Method in class javax.management.remote.JMXServiceURL
The port of the Service URL.
getProfileName() - Method in interface javax.management.remote.message.ProfileMessage
The profile name.
getProfileName() - Method in class javax.management.remote.message.SASLMessage
The profile name.
getProfileName() - Method in class javax.management.remote.message.TLSMessage
The profile name.
getProfiles() - Method in class javax.management.remote.message.HandshakeBeginMessage
A space-separated list containing the server's supported profile names.
getProtocol() - Method in class javax.management.remote.JMXServiceURL
The protocol part of the Service URL.
getProtocol() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
 
getProtocol() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
 
getProtocol() - Method in class javax.management.remote.rmi.RMIServerImpl
Returns the protocol string for this object.
getStatus() - Method in class javax.management.remote.message.SASLMessage
The status of the current SASL authentication exchanges.
getStatus() - Method in class javax.management.remote.message.TLSMessage
The status of the current TLS transport security negotiation.
getTargetedNotifications() - Method in class javax.management.remote.NotificationResult
Returns the notifications resulting from the query, and the listeners they correspond to.
getTimeout() - Method in class javax.management.remote.message.NotificationRequestMessage
Returns the maximum time to wait for notifications.
getURLPath() - Method in class javax.management.remote.JMXServiceURL
The URL Path part of the Service URL.
getVersion() - Method in class javax.management.remote.message.HandshakeBeginMessage
The version of the JMXMP protocol supported by the server.
getVersion() - Method in class javax.management.remote.message.VersionMessage
The latest protocol version acceptable for use.
getVersion() - Method in interface javax.management.remote.rmi.RMIServer
The version of the RMI Connector Protocol understood by this connector server.
getVersion() - Method in class javax.management.remote.rmi.RMIServerImpl
 
getWrappedNotificationResult() - Method in class javax.management.remote.message.NotificationResponseMessage
Returns the notification result.
getWrappedResult() - Method in class javax.management.remote.message.MBeanServerResponseMessage
Returns the wrapped result of the method invocation.

H

HandshakeBeginMessage - class javax.management.remote.message.HandshakeBeginMessage.
Handshake begin message exchanged between the server and the client.
HandshakeBeginMessage(String, String) - Constructor for class javax.management.remote.message.HandshakeBeginMessage
Constructs a new HandshakeBeginMessage with the space-separated list of server's supported profile names and the server version of the JMXMP protocol.
HandshakeEndMessage - class javax.management.remote.message.HandshakeEndMessage.
Handshake end message exchanged between the client and the server.
HandshakeEndMessage(Object, String) - Constructor for class javax.management.remote.message.HandshakeEndMessage
Constructs a new HandshakeEndMessage with the opaque context object and connection ID.
HandshakeErrorMessage - class javax.management.remote.message.HandshakeErrorMessage.
This class represents an error that occurred during the various client/server handshake exchanges.
HandshakeErrorMessage(String) - Constructor for class javax.management.remote.message.HandshakeErrorMessage
Constructs a new HandshakeErrorMessage with the specified error.
hashCode() - Method in class javax.management.remote.JMXPrincipal
Returns a hash code for this JMXPrincipal.
hashCode() - Method in class javax.management.remote.JMXServiceURL
 

I

INVOKE - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.invoke(ObjectName, String, Object[], String[]).
IS_INSTANCE_OF - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.isInstanceOf(ObjectName, String).
IS_REGISTERED - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.isRegistered(ObjectName).
invoke(ObjectName, String, MarshalledObject, String[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.invoke(ObjectName, String, Object[], String[]).
invoke(ObjectName, String, MarshalledObject, String[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
isActive() - Method in interface javax.management.remote.JMXConnectorServerMBean
Determines whether the connector server is active.
isActive() - Method in class javax.management.remote.generic.GenericConnectorServer
 
isActive() - Method in class javax.management.remote.rmi.RMIConnectorServer
 
isException() - Method in class javax.management.remote.message.MBeanServerResponseMessage
Indicates whether this message corresponds to an exception.
isInstanceOf(ObjectName, String, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.isInstanceOf(ObjectName, String).
isInstanceOf(ObjectName, String, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
isRegistered(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.isRegistered(ObjectName).
isRegistered(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 

J

JMXAuthenticator - interface javax.management.remote.JMXAuthenticator.
Interface to define how remote credentials are converted into a JAAS Subject.
JMXConnectionNotification - class javax.management.remote.JMXConnectionNotification.
Notification emitted when a client connection is opened or closed or when notifications are lost.
JMXConnectionNotification(String, Object, String, long, String, Object) - Constructor for class javax.management.remote.JMXConnectionNotification
Constructs a new connection notification.
JMXConnector - interface javax.management.remote.JMXConnector.
The client end of a JMX API connector.
JMXConnectorFactory - class javax.management.remote.JMXConnectorFactory.
Factory to create JMX API connector clients.
JMXConnectorProvider - interface javax.management.remote.JMXConnectorProvider.
A provider for creating JMX API connector clients using a given protocol.
JMXConnectorServer - class javax.management.remote.JMXConnectorServer.
Superclass of every connector server.
JMXConnectorServer() - Constructor for class javax.management.remote.JMXConnectorServer
Constructs a connector server that will be registered as an MBean in the MBean server it is attached to.
JMXConnectorServer(MBeanServer) - Constructor for class javax.management.remote.JMXConnectorServer
Constructs a connector server that is attached to the given MBean server.
JMXConnectorServerFactory - class javax.management.remote.JMXConnectorServerFactory.
Factory to create JMX API connector servers.
JMXConnectorServerMBean - interface javax.management.remote.JMXConnectorServerMBean.
MBean interface for connector servers.
JMXConnectorServerProvider - interface javax.management.remote.JMXConnectorServerProvider.
A provider for creating JMX API connector servers using a given protocol.
JMXMPConnector - class javax.management.remote.jmxmp.JMXMPConnector.
The client end of a JMXMP Connector.
JMXMPConnector(JMXServiceURL) - Constructor for class javax.management.remote.jmxmp.JMXMPConnector
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address.
JMXMPConnector(JMXServiceURL, Map) - Constructor for class javax.management.remote.jmxmp.JMXMPConnector
Constructs a JMXMP Connector client that can make a connection to the connector server at the given address.
JMXMPConnectorServer - class javax.management.remote.jmxmp.JMXMPConnectorServer.
A JMX API connector server that creates connections using the JMX Messaging Protocol over TCP.
JMXMPConnectorServer() - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
Creates a connector server that listens for connection requests on an unspecified port.
JMXMPConnectorServer(MBeanServer) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
Creates a connector server that listens for connection requests on an unspecified port.
JMXMPConnectorServer(JMXServiceURL, Map) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
Creates a connector server that listens for connection requests on the given address with the given parameters.
JMXMPConnectorServer(JMXServiceURL, Map, MBeanServer) - Constructor for class javax.management.remote.jmxmp.JMXMPConnectorServer
Creates a connector server that listens for connection requests on the given address with the given parameters.
JMXPrincipal - class javax.management.remote.JMXPrincipal.
The identity of a remote client of the JMX Remote API.
JMXPrincipal(String) - Constructor for class javax.management.remote.JMXPrincipal
Creates a JMXPrincipal for a given identity.
JMXProviderException - exception javax.management.remote.JMXProviderException.
Exception thrown by JMXConnectorFactory when a provider exists for the required protocol but cannot be used for some reason.
JMXProviderException() - Constructor for class javax.management.remote.JMXProviderException
Constructs a JMXProviderException with no specified detail message.
JMXProviderException(String) - Constructor for class javax.management.remote.JMXProviderException
Constructs a JMXProviderException with the specified detail message.
JMXProviderException(String, Throwable) - Constructor for class javax.management.remote.JMXProviderException
Constructs a JMXProviderException with the specified detail message and nested exception.
JMXServerErrorException - exception javax.management.remote.JMXServerErrorException.
Exception thrown as the result of a remote MBeanServer method invocation when an Error is thrown while processing the invocation in the remote MBean server.
JMXServerErrorException(String, Error) - Constructor for class javax.management.remote.JMXServerErrorException
Constructs a JMXServerErrorException with the specified detail message and nested error.
JMXServiceURL - class javax.management.remote.JMXServiceURL.
The address of a JMX API connector server.
JMXServiceURL(String) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL by parsing a Service URL string.
JMXServiceURL(String, String, int) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL with the given protocol, host, and port.
JMXServiceURL(String, String, int, String) - Constructor for class javax.management.remote.JMXServiceURL
Constructs a JMXServiceURL with the given parts.
JNDI_REBIND_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
Name of the attribute that specifies whether the RMIServer stub that represents an RMI connector server should override an existing stub at the same address.
javax.management.remote - package javax.management.remote
Interfaces for remote access to JMX MBean servers.
javax.management.remote.generic - package javax.management.remote.generic
The Generic JMX API Connector.
javax.management.remote.jmxmp - package javax.management.remote.jmxmp
The JMXMP Connector.
javax.management.remote.message - package javax.management.remote.message
Message definitions for JMXMP.
javax.management.remote.rmi - package javax.management.remote.rmi
The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.

M

MBeanServerForwarder - interface javax.management.remote.MBeanServerForwarder.
An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
MBeanServerRequestMessage - class javax.management.remote.message.MBeanServerRequestMessage.
An MBeanServerConnection method call, encoded as an object.
MBeanServerRequestMessage(int, Object[], Subject) - Constructor for class javax.management.remote.message.MBeanServerRequestMessage
Constructs a message to invoke the method with the given identifier and parameters.
MBeanServerResponseMessage - class javax.management.remote.message.MBeanServerResponseMessage.
The result of an MBeanServerConnection method call, encoded as an object.
MBeanServerResponseMessage(long, Object, boolean) - Constructor for class javax.management.remote.message.MBeanServerResponseMessage
Constructs a message representing the response to a previous MBeanServerRequestMessage.
MESSAGE_CONNECTION - Static variable in class javax.management.remote.generic.GenericConnector
Name of the attribute that specifies how this connector sends messages to its connector server.
MESSAGE_CONNECTION_SERVER - Static variable in class javax.management.remote.generic.GenericConnectorServer
Name of the attribute that specifies how connections are made to this connector server.
Message - interface javax.management.remote.message.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.
MessageConnection - interface javax.management.remote.generic.MessageConnection.
Interface specifying the full-duplex transport used by each end of a Generic Connector connection to communicate with the other end.
MessageConnectionServer - interface javax.management.remote.generic.MessageConnectionServer.
Interface specifying how a connector server creates new connections to clients.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
Creates a new client connection as an RMI object exported through IIOP.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
Creates a new client connection as an RMI object exported through JRMP.
makeClient(String, Subject) - Method in class javax.management.remote.rmi.RMIServerImpl
Creates a new client connection.

N

NOTIFS_LOST - Static variable in class javax.management.remote.JMXConnectionNotification
Notification type string for a connection that has possibly lost notifications.
NotificationRequestMessage - class javax.management.remote.message.NotificationRequestMessage.
Message that requests received notifications.
NotificationRequestMessage(long, int, long) - Constructor for class javax.management.remote.message.NotificationRequestMessage
Constructs a NotificationRequestMessage object.
NotificationResponseMessage - class javax.management.remote.message.NotificationResponseMessage.
Message that transports one or more notifications emitted from an MBean server through a connector server to listeners in a remote client.
NotificationResponseMessage(Object) - Constructor for class javax.management.remote.message.NotificationResponseMessage
Constructs a NotificationResponseMessage object.
NotificationResult - class javax.management.remote.NotificationResult.
Result of a query for buffered notifications.
NotificationResult(long, long, TargetedNotification[]) - Constructor for class javax.management.remote.NotificationResult
Constructs a notification query result.
newClient(Object) - Method in interface javax.management.remote.rmi.RMIServer
Makes a new connection through this RMI connector.
newClient(Object) - Method in class javax.management.remote.rmi.RMIServerImpl
Creates a new client connection.
newJMXConnector(JMXServiceURL, Map) - Static method in class javax.management.remote.JMXConnectorFactory
Creates a connector client for the connector server at the given address.
newJMXConnector(JMXServiceURL, Map) - Method in interface javax.management.remote.JMXConnectorProvider
Creates a new connector client that is ready to connect to the connector server at the given address.
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Static method in class javax.management.remote.JMXConnectorServerFactory
Creates a connector server at the given address.
newJMXConnectorServer(JMXServiceURL, Map, MBeanServer) - Method in interface javax.management.remote.JMXConnectorServerProvider
Creates a new connector server at the given address.

O

OBJECT_WRAPPING - Static variable in class javax.management.remote.generic.GenericConnector
Name of the attribute that specifies the object wrapping for parameters whose deserialization requires special treatment.
OBJECT_WRAPPING - Static variable in class javax.management.remote.generic.GenericConnectorServer
Name of the attribute that specifies the object wrapping for parameters whose deserialization requires special treatment.
OPENED - Static variable in class javax.management.remote.JMXConnectionNotification
Notification type string for a connection-opened notification.
ObjectWrapping - interface javax.management.remote.generic.ObjectWrapping.
An interface that defines how to wrap parameters that use a non-default class loader.

P

PROCEED - Static variable in class javax.management.remote.message.TLSMessage
This status code is used by a server to indicate that it allows the client to proceed with the TLS handshake.
PROTOCOL_PROVIDER_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorFactory
Name of the attribute that specifies the class loader for loading protocol providers.
PROTOCOL_PROVIDER_CLASS_LOADER - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the class loader for loading protocol providers.
PROTOCOL_PROVIDER_PACKAGES - Static variable in class javax.management.remote.JMXConnectorFactory
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.
PROTOCOL_PROVIDER_PACKAGES - Static variable in class javax.management.remote.JMXConnectorServerFactory
Name of the attribute that specifies the provider packages that are consulted when looking for the handler for a protocol.
ProfileMessage - interface javax.management.remote.message.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.
postDeregister() - Method in class javax.management.remote.JMXConnectorServer
 
postRegister(Boolean) - Method in class javax.management.remote.JMXConnectorServer
 
preDeregister() - Method in class javax.management.remote.JMXConnectorServer
Called by an MBean server when this connector server is unregistered from that MBean server.
preRegister(MBeanServer, ObjectName) - Method in class javax.management.remote.JMXConnectorServer
Called by an MBean server when this connector server is registered in that MBean server.

Q

QUERY_MBEANS - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.queryMBeans(ObjectName, QueryExp).
QUERY_NAMES - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.queryNames(ObjectName, QueryExp).
queryMBeans(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.queryMBeans(ObjectName, QueryExp).
queryMBeans(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
queryNames(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.queryNames(ObjectName, QueryExp).
queryNames(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 

R

READY - Static variable in class javax.management.remote.message.TLSMessage
This status code is used by a client to indicate that it is ready to start the TLS handshake.
REMOVE_NOTIFICATION_LISTENER - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener).
REMOVE_NOTIFICATION_LISTENER_FILTER_HANDBACK - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object).
REMOVE_NOTIFICATION_LISTENER_OBJECTNAME - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName).
REMOVE_NOTIFICATION_LISTENER_OBJECTNAME_FILTER_HANDBACK - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
RMIConnection - interface javax.management.remote.rmi.RMIConnection.
RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side.
RMIConnectionImpl - class javax.management.remote.rmi.RMIConnectionImpl.
Implementation of the RMIConnection interface.
RMIConnectionImpl(RMIServerImpl, String, ClassLoader, Subject, Map) - Constructor for class javax.management.remote.rmi.RMIConnectionImpl
Constructs a new RMIConnection.
RMIConnector - class javax.management.remote.rmi.RMIConnector.
A connection to a remote RMI connector.
RMIConnector(JMXServiceURL, Map) - Constructor for class javax.management.remote.rmi.RMIConnector
Constructs an RMIConnector that will connect the RMI connector server with the given address.
RMIConnector(RMIServer, Map) - Constructor for class javax.management.remote.rmi.RMIConnector
Constructs an RMIConnector using the given RMI stub.
RMIConnectorServer - class javax.management.remote.rmi.RMIConnectorServer.
A JMX API connector server that creates RMI-based connections from remote clients.
RMIConnectorServer(JMXServiceURL, Map) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
Makes an RMIConnectorServer.
RMIConnectorServer(JMXServiceURL, Map, MBeanServer) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
Makes an RMIConnectorServer for the given MBean server.
RMIConnectorServer(JMXServiceURL, Map, RMIServerImpl, MBeanServer) - Constructor for class javax.management.remote.rmi.RMIConnectorServer
Makes an RMIConnectorServer for the given MBean server.
RMIIIOPServerImpl - class javax.management.remote.rmi.RMIIIOPServerImpl.
An RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP.
RMIIIOPServerImpl(Map) - Constructor for class javax.management.remote.rmi.RMIIIOPServerImpl
Creates a new RMIServerImpl.
RMIJRMPServerImpl - class javax.management.remote.rmi.RMIJRMPServerImpl.
An RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP.
RMIJRMPServerImpl(int, RMIClientSocketFactory, RMIServerSocketFactory, Map) - Constructor for class javax.management.remote.rmi.RMIJRMPServerImpl
Creates a new RMIServer object that will be exported on the given port using the given socket factories.
RMIServer - interface javax.management.remote.rmi.RMIServer.
RMI object used to establish connections to an RMI connector.
RMIServerImpl - class javax.management.remote.rmi.RMIServerImpl.
An RMI object representing a connector server.
RMIServerImpl(Map) - Constructor for class javax.management.remote.rmi.RMIServerImpl
Constructs a new RMIServerImpl.
RMI_CLIENT_SOCKET_FACTORY_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
Name of the attribute that specifies the RMIClientSocketFactory for the RMI objects created in conjunction with this connector.
RMI_SERVER_SOCKET_FACTORY_ATTRIBUTE - Static variable in class javax.management.remote.rmi.RMIConnectorServer
Name of the attribute that specifies the RMIServerSocketFactory for the RMI objects created in conjunction with this connector.
readMessage() - Method in interface javax.management.remote.generic.MessageConnection
Reads a Message object from the other end of the connection.
removeConnectionNotificationListener(NotificationListener) - Method in interface javax.management.remote.JMXConnector
Removes a listener from the list to be informed of changes in status.
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in interface javax.management.remote.JMXConnector
Removes a listener from the list to be informed of changes in status.
removeConnectionNotificationListener(NotificationListener) - Method in class javax.management.remote.generic.GenericConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.generic.GenericConnector
 
removeConnectionNotificationListener(NotificationListener) - Method in class javax.management.remote.rmi.RMIConnector
 
removeConnectionNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class javax.management.remote.rmi.RMIConnector
 
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName).
removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.removeNotificationListener(ObjectName, ObjectName, NotificationFilter, Object).
removeNotificationListener(ObjectName, ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
removeNotificationListener(ObjectName, ObjectName, MarshalledObject, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the removeNotificationListener(ObjectName, NotificationListener) and removeNotificationListener(ObjectName, NotificationListener, NotificationFilter, Object) methods.
removeNotificationListeners(ObjectName, Integer[], Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 

S

SASLMessage - class javax.management.remote.message.SASLMessage.
A challenge or response exchanged between client and server during SASL authentication.
SASLMessage(String, int, byte[]) - Constructor for class javax.management.remote.message.SASLMessage
Constructs a new SASLMessage with the specified SASL mechanism, status and generated blob.
SERVER_ADDRESS_WILDCARD - Static variable in class javax.management.remote.jmxmp.JMXMPConnectorServer
Name of the attribute that specifies whether the connector server should listen for connections on all connected network interfaces, or just on the interface whose address is specified in the JMXServiceURL.
SET_ATTRIBUTE - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.setAttribute(ObjectName, Attribute).
SET_ATTRIBUTES - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.setAttributes(ObjectName, AttributeList).
SubjectDelegationPermission - class javax.management.remote.SubjectDelegationPermission.
Permission required by an authentication identity to perform operations on behalf of an authorization identity.
SubjectDelegationPermission(String) - Constructor for class javax.management.remote.SubjectDelegationPermission
Creates a new SubjectDelegationPermission with the specified name.
SubjectDelegationPermission(String, String) - Constructor for class javax.management.remote.SubjectDelegationPermission
Creates a new SubjectDelegationPermission object with the specified name.
sendNotification(Notification) - Method in class javax.management.remote.generic.GenericConnector
Send a notification to the connection listeners.
setAttribute(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.setAttribute(ObjectName, Attribute).
setAttribute(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
setAttributes(ObjectName, MarshalledObject, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.setAttributes(ObjectName, AttributeList).
setAttributes(ObjectName, MarshalledObject, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
setDefaultClassLoader(ClassLoader) - Method in class javax.management.remote.rmi.RMIServerImpl
Sets the default ClassLoader for this connector server.
setMBeanServer(MBeanServer) - Method in interface javax.management.remote.MBeanServerForwarder
Sets the MBeanServer object to which requests will be forwarded after treatment by this object.
setMBeanServer(MBeanServer) - Method in class javax.management.remote.rmi.RMIServerImpl
Sets the MBeanServer to which this connector server is attached.
setMBeanServerForwarder(MBeanServerForwarder) - Method in class javax.management.remote.JMXConnectorServer
 
setMBeanServerForwarder(MBeanServerForwarder) - Method in interface javax.management.remote.JMXConnectorServerMBean
Adds an object that intercepts requests for the MBean server that arrive through this connector server.
start() - Method in interface javax.management.remote.JMXConnectorServerMBean
Activates the connector server, that is, starts listening for client connections.
start() - Method in class javax.management.remote.generic.GenericConnectorServer
Activates the connector server, that is, starts listening for client connections.
start(Map) - Method in interface javax.management.remote.generic.MessageConnectionServer
Activates this server for new client connections.
start() - Method in class javax.management.remote.rmi.RMIConnectorServer
Activates the connector server, that is starts listening for client connections.
stop() - Method in interface javax.management.remote.JMXConnectorServerMBean
Deactivates the connector server, that is, stops listening for client connections.
stop() - Method in class javax.management.remote.generic.GenericConnectorServer
 
stop() - Method in interface javax.management.remote.generic.MessageConnectionServer
Terminates this server.
stop() - Method in class javax.management.remote.rmi.RMIConnectorServer
Deactivates the connector server, that is, stops listening for client connections.

T

TLSMessage - class javax.management.remote.message.TLSMessage.
Handshake message between client and server to set up the TLS handshake.
TLSMessage(int) - Constructor for class javax.management.remote.message.TLSMessage
Constructs a new TLSMessage with the specified status.
TargetedNotification - class javax.management.remote.TargetedNotification.
A (Notification, Listener ID) pair.
TargetedNotification(Notification, Integer) - Constructor for class javax.management.remote.TargetedNotification
Constructs a TargetedNotification object.
toJMXConnector(Map) - Method in class javax.management.remote.JMXConnectorServer
Returns a client stub for this connector server.
toJMXConnector(Map) - Method in interface javax.management.remote.JMXConnectorServerMBean
Returns a client stub for this connector server.
toJMXConnector(Map) - Method in class javax.management.remote.rmi.RMIConnectorServer
Returns a client stub for this connector server.
toString() - Method in class javax.management.remote.JMXPrincipal
Returns a string representation of this JMXPrincipal.
toString() - Method in class javax.management.remote.JMXServiceURL
The string representation of this Service URL.
toString() - Method in class javax.management.remote.NotificationResult
Returns a string representation of the object.
toString() - Method in class javax.management.remote.TargetedNotification
Returns a textual representation of this Targeted Notification.
toString() - Method in class javax.management.remote.jmxmp.JMXMPConnector
Returns a string representation of this object.
toString() - Method in class javax.management.remote.rmi.RMIConnectionImpl
Returns a string representation of this object.
toString() - Method in class javax.management.remote.rmi.RMIConnector
Returns a string representation of this object.
toStub() - Method in class javax.management.remote.rmi.RMIIIOPServerImpl
Returns an IIOP stub.
toStub() - Method in class javax.management.remote.rmi.RMIJRMPServerImpl
Returns a serializable stub for this RMIServer object.
toStub() - Method in class javax.management.remote.rmi.RMIServerImpl
Returns a remotable stub for this server object.

U

UNREGISTER_MBEAN - Static variable in class javax.management.remote.message.MBeanServerRequestMessage
Identifier for the method MBeanServerConnection.unregisterMBean(ObjectName).
unreferenced() - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
unregisterMBean(ObjectName, Subject) - Method in interface javax.management.remote.rmi.RMIConnection
Handles the method MBeanServerConnection.unregisterMBean(ObjectName).
unregisterMBean(ObjectName, Subject) - Method in class javax.management.remote.rmi.RMIConnectionImpl
 
unwrap(Object, ClassLoader) - Method in interface javax.management.remote.generic.ObjectWrapping
Unwraps an object.

V

VersionMessage - class javax.management.remote.message.VersionMessage.
This class represents the handshake messages exchanged between the client and the server to agree on the protocol version.
VersionMessage(String) - Constructor for class javax.management.remote.message.VersionMessage
Constructs a new VersionMessage with the specified protocol version.

W

wrap(Object) - Method in interface javax.management.remote.generic.ObjectWrapping
Wraps an object.
writeMessage(Message) - Method in interface javax.management.remote.generic.MessageConnection
Writes a Message object to the other end of the connection.

A C D E F G H I J M N O P Q R S T U V W
JMX Remote API Specification 1.0 Final Release
Generated from RI build jmxremote-1_0_1_03-b57.1 2005.02.08_17:20:23_MET

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.