org.logicblaze.lingo.jmx.remote.jms
Class JmsJmxConnectorServer
java.lang.Object
javax.management.NotificationBroadcasterSupport
javax.management.remote.JMXConnectorServer
org.logicblaze.lingo.jmx.remote.jms.JmsJmxConnectorServer
- All Implemented Interfaces:
- javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, javax.management.remote.JMXAddressable, javax.management.remote.JMXConnectorServerMBean
public class JmsJmxConnectorServer
- extends javax.management.remote.JMXConnectorServer
The client end of a JMX API connector. An object of this type can
be used to establish a connection to a connector server.
A newly-created object of this type is unconnected. Its
method must be called before it can be used.
However, objects created by JMXConnectorFactory.connect
are already connected.
- Since:
- 1.5
Fields inherited from class javax.management.remote.JMXConnectorServer |
AUTHENTICATOR |
Constructor Summary |
JmsJmxConnectorServer(javax.management.remote.JMXServiceURL url,
Map environment,
javax.management.MBeanServer server)
Create the JmsJmxConnectorServer |
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, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JmsJmxConnectorServer
public JmsJmxConnectorServer(javax.management.remote.JMXServiceURL url,
Map environment,
javax.management.MBeanServer server)
throws IOException
- Create the JmsJmxConnectorServer
- Parameters:
url
- environment
- server
-
- Throws:
IOException
start
public void start()
throws IOException
- start the connector
- Throws:
IOException
stop
public void stop()
throws IOException
- stop the connector
- Throws:
IOException
isActive
public boolean isActive()
getAddress
public javax.management.remote.JMXServiceURL getAddress()
getAttributes
public Map getAttributes()
Copyright © 2012 LogicBlaze, Inc.. All Rights Reserved.