public class HTTPConnectorServer extends AbstractJMXConnectorServer
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
EMBEDDED_WEB_CONTAINER_CLASS |
static java.lang.String |
USE_EXTERNAL_WEB_CONTAINER |
static java.lang.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.
|
| Constructor and Description |
|---|
HTTPConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map environment,
javax.management.MBeanServer server) |
| Modifier and Type | Method and Description |
|---|---|
protected ConnectionManager |
createConnectionManager(AbstractJMXConnectorServer server,
javax.management.remote.JMXServiceURL url,
java.util.Map environment) |
protected void |
doStart()
Template method implemented by subclasses to start this JMXConnectorServer
|
protected void |
doStop()
Template method implemented by subclasses to stop this JMXConnectorServer
|
connectionClosed, connectionFailed, connectionOpened, getAddress, getAttributes, getEnvironment, getLogger, isActive, isStopped, setAddress, start, stopgetConnectionIds, getMBeanServer, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnectorpublic static final java.lang.String WEB_CONTAINER_CONFIGURATION
public static final java.lang.String USE_EXTERNAL_WEB_CONTAINER
public static final java.lang.String EMBEDDED_WEB_CONTAINER_CLASS
public HTTPConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map environment,
javax.management.MBeanServer server)
protected void doStart()
throws java.io.IOException,
java.lang.IllegalStateException
AbstractJMXConnectorServerdoStart in class AbstractJMXConnectorServerjava.io.IOExceptionjava.lang.IllegalStateExceptionprotected ConnectionManager createConnectionManager(AbstractJMXConnectorServer server, javax.management.remote.JMXServiceURL url, java.util.Map environment)
protected void doStop()
throws java.io.IOException
AbstractJMXConnectorServerdoStop in class AbstractJMXConnectorServerjava.io.IOException