mx4j.tools.remote.http

Class HTTPConnectorServer

Implemented Interfaces:
javax.management.remote.JMXConnectorServerMBean, javax.management.MBeanRegistration, javax.management.NotificationEmitter
Known Direct Subclasses:
BurlapConnectorServer, HessianConnectorServer

public abstract class HTTPConnectorServer
extends AbstractJMXConnectorServer

Version:
$Revision: 1.3 $

Field Summary

static String
EMBEDDED_WEB_CONTAINER_CLASS
static String
USE_EXTERNAL_WEB_CONTAINER

Fields inherited from class javax.management.remote.JMXConnectorServer

AUTHENTICATOR

Constructor Summary

HTTPConnectorServer(javax.management.remote.JMXServiceURL url, Map environment, javax.management.MBeanServer server)

Method Summary

protected ConnectionManager
createConnectionManager(AbstractJMXConnectorServer server, Map environment)
protected void
doStart()
protected void
doStop()

Methods inherited from class mx4j.tools.remote.AbstractJMXConnectorServer

connectionClosed, connectionFailed, connectionOpened, doStart, doStop, getAddress, getAttributes, getEnvironment, getLogger, isActive, isStopped, setAddress, start, stop

Methods inherited from class javax.management.remote.JMXConnectorServer

connectionClosed, connectionFailed, connectionOpened, getConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnector

Methods inherited from class javax.management.NotificationBroadcasterSupport

addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification

Field Details

EMBEDDED_WEB_CONTAINER_CLASS

public static final String EMBEDDED_WEB_CONTAINER_CLASS


USE_EXTERNAL_WEB_CONTAINER

public static final String USE_EXTERNAL_WEB_CONTAINER

Constructor Details

HTTPConnectorServer

public HTTPConnectorServer(javax.management.remote.JMXServiceURL url,
                           Map environment,
                           javax.management.MBeanServer server)

Method Details

createConnectionManager

protected ConnectionManager createConnectionManager(AbstractJMXConnectorServer server,
                                                    Map environment)


doStart

protected void doStart()
            throws IOException,
                   IllegalStateException
Overrides:
doStart in interface AbstractJMXConnectorServer


doStop

protected void doStop()
            throws IOException
Overrides:
doStop in interface AbstractJMXConnectorServer


Copyright © 2001-2003 MX4J Team. All Rights Reserved.