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

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

Introduction

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

The text is from its open source code.

Subclass

javax.management.remote.JMXConnectorServer has subclasses.
Click this link to see all its subclasses.

Field

StringAUTHENTICATOR

Name of the attribute that specifies the authenticator for a connector server.

Method

voidsetMBeanServerForwarder(MBeanServerForwarder mbsf)
voidstart()

Activates the connector server, that is, starts listening for client connections.

voidstop()

Deactivates the connector server, that is, stops listening for client connections.

JMXConnectortoJMXConnector(Map env)

Returns a client stub for this connector server.