JMXConnectorServerMBean
Interface JMXConnectorServerMBean
- All Known Implementing Classes:
- JMXConnectorServer, RMIConnectorServer
public interface JMXConnectorServerMBean
MBean interface for connector servers. A JMX API connector server is attached to an MBean server, and establishes connections to that MBean server for remote clients.
A newly-created connector server is inactive, and does not yet listen for connections. Only when its start
method has been called does it start listening for connections.
- Since:
- 1.5
Methods
start
登录查看完整内容