mx4j.tools.remote.http
Class HTTPConnector
- javax.management.remote.JMXConnector, Serializable
public abstract class HTTPConnector
Version:
HTTPConnector(javax.management.remote.JMXServiceURL address)- Creates a new JMXConnector that will connect to the given JMXServiceURL
|
addConnectionNotificationListener, close, connect, connect, createConnectionNotificationEmitter, doClose, doConnect, doGetMBeanServerConnection, getAddress, getConnectionNotificationEmitter, getMBeanServerConnection, getMBeanServerConnection, isClosed, isConnected, removeConnectionNotificationListener, removeConnectionNotificationListener, sendConnectionNotificationClosed |
HTTPConnector
protected HTTPConnector(javax.management.remote.JMXServiceURL address)
throws IOException Creates a new JMXConnector that will connect to the given JMXServiceURL
doClose
protected void doClose()
throws IOException Template method to be implemented by subclasses to close this JMXConnector
- doClose in interface AbstractJMXConnector
doConnect
protected void doConnect(Map environment)
throws IOException,
SecurityException- doConnect in interface AbstractJMXConnector
getConnectionId
public String getConnectionId()
throws IOException- getConnectionId in interface javax.management.remote.JMXConnector
Copyright © 2001-2003 MX4J Team. All Rights Reserved.