mx4j.tools.remote.http

Class HTTPConnector

public class HTTPConnector extends AbstractJMXConnector

Version: $

Constructor Summary
HTTPConnector(JMXServiceURL address, Map environment)
Method Summary
protected HeartBeatcreateHeartBeat(HTTPConnection connection, ConnectionNotificationEmitter emitter, Map environment)
protected RemoteNotificationClientHandlercreateRemoteNotificationClientHandler(HTTPConnection connection, ConnectionNotificationEmitter emitter, HeartBeat heartbeat, Map environment)
protected voiddoClose()
protected voiddoConnect(Map environment)
protected MBeanServerConnectiondoGetMBeanServerConnection(Subject delegate)
StringgetConnectionId()
protected HTTPConnectiongetHTTPConnection()
RemoteNotificationClientHandlergetRemoteNotificationClientHandler()

Constructor Detail

HTTPConnector

public HTTPConnector(JMXServiceURL address, Map environment)

Method Detail

createHeartBeat

protected HeartBeat createHeartBeat(HTTPConnection connection, ConnectionNotificationEmitter emitter, Map environment)

createRemoteNotificationClientHandler

protected RemoteNotificationClientHandler createRemoteNotificationClientHandler(HTTPConnection connection, ConnectionNotificationEmitter emitter, HeartBeat heartbeat, Map environment)

doClose

protected void doClose()

doConnect

protected void doConnect(Map environment)

doGetMBeanServerConnection

protected MBeanServerConnection doGetMBeanServerConnection(Subject delegate)

getConnectionId

public String getConnectionId()

getHTTPConnection

protected HTTPConnection getHTTPConnection()

getRemoteNotificationClientHandler

public RemoteNotificationClientHandler getRemoteNotificationClientHandler()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.