Example usage for Java javax.management.remote JMXConnector fields, constructors, methods, implement or subclass
The text is from its open source code.
String | CREDENTIALS Name of the attribute that specifies the credentials to send to the connector server during connection. |
void | addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) Adds a listener to be informed of changes in connection status. |
void | close() Closes the client connection to its server. |
void | connect() Establishes the connection to the connector server. |
void | connect(Map Establishes the connection to the connector server. If |
String | getConnectionId() Gets this connection's ID from the connector server. |
MBeanServerConnection | getMBeanServerConnection() Returns an |
MBeanServerConnection | getMBeanServerConnection(Subject delegationSubject) Returns an |