API Overview API Index Direct link to this page
JDK 1.6
  Package: javax.management.remote
Author(s)
Since
1.5
Version
Serial
Description
  Interfaces for remote access to JMX MBean servers.
JMXAddressable View Source Implemented by objects that can have a JMXServiceURL address.
JMXAuthenticator View Source Interface to define how remote credentials are converted into a JAAS Subject.
JMXConnectionNotification View Source Notification emitted when a client connection is opened or closed or when notifications are lost.
JMXConnector View Source The client end of a JMX API connector.
JMXConnectorFactory View Source Factory to create JMX API connector clients.
JMXConnectorProvider View Source A provider for creating JMX API connector clients using a given protocol.
JMXConnectorServer View Source Superclass of every connector server.
JMXConnectorServerFactory View Source Factory to create JMX API connector servers.
JMXConnectorServerMBean View Source MBean interface for connector servers.
JMXConnectorServerProvider View Source A provider for creating JMX API connector servers using a given protocol.
JMXPrincipal View Source The identity of a remote client of the JMX Remote API.
JMXProviderException View Source Exception thrown by JMXConnectorFactory and JMXConnectorServerFactory when a provider exists for the required protocol but cannot be used for some reason.
JMXServerErrorException View Source 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.
JMXServiceURL View Source The address of a JMX API connector server.
MBeanServerForwarder View Source An object of this class implements the MBeanServer interface and wraps another object that also implements that interface.
NotificationResult View Source Result of a query for buffered notifications.
SubjectDelegationPermission View Source Permission required by an authentication identity to perform operations on behalf of an authorization identity.
TargetedNotification View Source A (Notification, Listener ID) pair.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar