mx4j.tools.remote.http
Class HTTPConnectorServer
java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.remote.JMXConnectorServer
- javax.management.remote.JMXConnectorServerMBean, javax.management.MBeanRegistration, javax.management.NotificationEmitter
public class HTTPConnectorServer
HTTPConnectorServer(javax.management.remote.JMXServiceURL url, Map environment, javax.management.MBeanServer server)
|
connectionClosed , connectionFailed , connectionOpened , doStart , doStop , getAddress , getAttributes , getEnvironment , getLogger , isActive , isStopped , setAddress , start , stop |
connectionClosed , connectionFailed , connectionOpened , getConnectionIds , getMBeanServer , getNotificationInfo , postDeregister , postRegister , preDeregister , preRegister , setMBeanServerForwarder , toJMXConnector |
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).
HTTPConnectorServer
public HTTPConnectorServer(javax.management.remote.JMXServiceURL url,
Map environment,
javax.management.MBeanServer server)
Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.