| Name | Description | Type | Package | Framework |
| JMXConnectionNotification | Notification emitted when a client connection is opened or closed or when notifications are lost. | Class | javax.management.remote | Java SE |
|
| JMXConnectorFactory | Factory to create JMX API connector clients. | Class | javax.management.remote | Java SE |
|
| JMXConnectorServer | Superclass of every connector server. | Class | javax.management.remote | Java SE |
|
| JMXConnectorServerFactory | Factory to create JMX API connector servers. | Class | javax.management.remote | Java SE |
|
| JMXPrincipal | The identity of a remote client of the JMX Remote API. | Class | javax.management.remote | Java SE |
|
| JMXProviderException | Exception thrown by JMXConnectorFactory and JMXConnectorServerFactory when a provider exists for | Class | javax.management.remote | Java SE |
|
| JMXServerErrorException | Exception thrown as the result of a remote MBeanServer method invocation when an Error is thrown while | Class | javax.management.remote | Java SE |
|
| JMXServiceURL | The address of a JMX API connector server. | Class | javax.management.remote | Java SE |
|
| JMXAddressable | All JMXConnectorServer objects implement this interface. | Interface | javax.management.remote | Java SE |
|
| JMXAuthenticator | Interface to define how remote credentials are converted into a JAAS Subject. | Interface | javax.management.remote | Java SE |
|
| JMXConnector | The client end of a JMX API connector. | Interface | javax.management.remote | Java SE |
|
| JMXConnectorProvider | A provider for creating JMX API connector clients using a given protocol. | Interface | javax.management.remote | Java SE |
|
| JMXConnectorServerMBean | MBean interface for connector servers. | Interface | javax.management.remote | Java SE |
|
| JMXConnectorServerProvider | A provider for creating JMX API connector servers using a given protocol. | Interface | javax.management.remote | Java SE |
|
| MBeanServerForwarder | An object of this class implements the MBeanServer interface and wraps another object that also implements that interface. | Interface | javax.management.remote | Java SE |
|
| NotificationResult | Result of a query for buffered notifications. | Class | javax.management.remote | Java SE |
|
| RMIConnectionImpl | code will not usually reference this class. | Class | javax.management.remote.rmi | Java SE |
|
| RMIConnector | A connection to a remote RMI connector. | Class | javax.management.remote.rmi | Java SE |
|
| RMIConnectorServer | A JMX API connector server that creates RMI-based connections from remote clients. | Class | javax.management.remote.rmi | Java SE |
|
| RMIIIOPServerImpl | An RMIServerImpl that is exported through IIOP and that creates client connections as RMI objects exported through IIOP. | Class | javax.management.remote.rmi | Java SE |
|
| RMIJRMPServerImpl | An RMIServer object that is exported through JRMP and that creates client connections as RMI objects exported through JRMP. | Class | javax.management.remote.rmi | Java SE |
|
| RMIServerImpl | An RMI object representing a connector server. | Class | javax.management.remote.rmi | Java SE |
|
| RMIConnection | RMI object used to forward an MBeanServer request from a client to its MBeanServer implementation on the server side. | Interface | javax.management.remote.rmi | Java SE |
|
| RMIServer | RMI object used to establish connections to an RMI connector. | Interface | javax.management.remote.rmi | Java SE |
|
| SubjectDelegationPermission | Permission required by an authentication identity to perform operations on behalf of an authorization identity. | Class | javax.management.remote | Java SE |
|
| TargetedNotification | A (Notification, Listener ID) pair. | Class | javax.management.remote | Java SE |