mx4j.tools.remote.http

Class HTTPConnectorServer

public class HTTPConnectorServer extends AbstractJMXConnectorServer

Version: $Revision: 1.5 $

Field Summary
static StringEMBEDDED_WEB_CONTAINER_CLASS
static StringUSE_EXTERNAL_WEB_CONTAINER
static StringWEB_CONTAINER_CONFIGURATION
MX4J's implementation uses this property to specify a String that points to the configuration resource used to configure the HTTP server for JSR 160 connectors that use HTTP as transport.
Constructor Summary
HTTPConnectorServer(JMXServiceURL url, Map environment, MBeanServer server)
Method Summary
protected ConnectionManagercreateConnectionManager(AbstractJMXConnectorServer server, JMXServiceURL url, Map environment)
protected voiddoStart()
protected voiddoStop()

Field Detail

EMBEDDED_WEB_CONTAINER_CLASS

public static final String EMBEDDED_WEB_CONTAINER_CLASS

USE_EXTERNAL_WEB_CONTAINER

public static final String USE_EXTERNAL_WEB_CONTAINER

WEB_CONTAINER_CONFIGURATION

public static final String WEB_CONTAINER_CONFIGURATION
MX4J's implementation uses this property to specify a String that points to the configuration resource used to configure the HTTP server for JSR 160 connectors that use HTTP as transport. For Jetty, the default HTTP server, this can be a URL or a relative path (in this latter case the resource must be in classpath).

Constructor Detail

HTTPConnectorServer

public HTTPConnectorServer(JMXServiceURL url, Map environment, MBeanServer server)

Method Detail

createConnectionManager

protected ConnectionManager createConnectionManager(AbstractJMXConnectorServer server, JMXServiceURL url, Map environment)

doStart

protected void doStart()

doStop

protected void doStop()
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.