mx4j.tools.remote.local

Class LocalConnectorServer

Implemented Interfaces:
javax.management.remote.JMXConnectorServerMBean, javax.management.MBeanRegistration, javax.management.NotificationEmitter

public class LocalConnectorServer
extends AbstractJMXConnectorServer

Version:
$Revision: 1.8 $

Field Summary

Fields inherited from class javax.management.remote.JMXConnectorServer

AUTHENTICATOR

Constructor Summary

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

Method Summary

protected void
doStart()
protected void
doStop()
static mx4j.tools.remote.local.LocalConnectionManager
find(javax.management.remote.JMXServiceURL url)
javax.management.MBeanServer
getMBeanServer()

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

Constructor Details

LocalConnectorServer

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

Method Details

doStart

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

doStop

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

find

public static mx4j.tools.remote.local.LocalConnectionManager find(javax.management.remote.JMXServiceURL url)

getMBeanServer

public javax.management.MBeanServer getMBeanServer()
Overrides:
getMBeanServer in interface javax.management.remote.JMXConnectorServer

Copyright © 2001-2005 The MX4J Contributors. All Rights Reserved.