public class LocalConnectorServer extends AbstractJMXConnectorServer
| Constructor and Description |
|---|
LocalConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map environment,
javax.management.MBeanServer server) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doStart()
Template method implemented by subclasses to start this JMXConnectorServer
|
protected void |
doStop()
Template method implemented by subclasses to stop this JMXConnectorServer
|
static mx4j.tools.remote.local.LocalConnectionManager |
find(javax.management.remote.JMXServiceURL url) |
javax.management.MBeanServer |
getMBeanServer() |
connectionClosed, connectionFailed, connectionOpened, getAddress, getAttributes, getEnvironment, getLogger, isActive, isStopped, setAddress, start, stopgetConnectionIds, getNotificationInfo, postDeregister, postRegister, preDeregister, preRegister, setMBeanServerForwarder, toJMXConnectorpublic LocalConnectorServer(javax.management.remote.JMXServiceURL url,
java.util.Map environment,
javax.management.MBeanServer server)
public static mx4j.tools.remote.local.LocalConnectionManager find(javax.management.remote.JMXServiceURL url)
public javax.management.MBeanServer getMBeanServer()
getMBeanServer in class javax.management.remote.JMXConnectorServerprotected void doStart()
throws java.io.IOException
AbstractJMXConnectorServerdoStart in class AbstractJMXConnectorServerjava.io.IOExceptionprotected void doStop()
throws java.io.IOException
AbstractJMXConnectorServerdoStop in class AbstractJMXConnectorServerjava.io.IOException