Java javax.management.remote JMXConnector fields, constructors, methods, implement or subclass

Example usage for Java javax.management.remote JMXConnector fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.management.remote JMXConnector.

The text is from its open source code.

Implementation

javax.management.remote.JMXConnector has the following implementations.
Click this link to see all its implementation.

Field

StringCREDENTIALS

Name of the attribute that specifies the credentials to send to the connector server during connection.

Method

voidaddConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)

Adds a listener to be informed of changes in connection status.

voidclose()

Closes the client connection to its server.

voidconnect()

Establishes the connection to the connector server.

voidconnect(Map env)

Establishes the connection to the connector server.

If connect has already been called successfully on this object, calling it again has no effect.

StringgetConnectionId()

Gets this connection's ID from the connector server.

MBeanServerConnectiongetMBeanServerConnection()

Returns an MBeanServerConnection object representing a remote MBean server.

MBeanServerConnectiongetMBeanServerConnection(Subject delegationSubject)

Returns an MBeanServerConnection object representing a remote MBean server on which operations are performed on behalf of the supplied delegation subject.