org.logicblaze.lingo.jmx.remote.jms
Class JmsJmxConnectorServer

java.lang.Object
  extended by javax.management.NotificationBroadcasterSupport
      extended by javax.management.remote.JMXConnectorServer
          extended by org.logicblaze.lingo.jmx.remote.jms.JmsJmxConnectorServer
All Implemented Interfaces:
javax.management.MBeanRegistration, javax.management.NotificationBroadcaster, javax.management.NotificationEmitter, 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

Field Summary
 
Fields inherited from class javax.management.remote.JMXConnectorServer
AUTHENTICATOR
 
Constructor Summary
JmsJmxConnectorServer(javax.management.remote.JMXServiceURL url, java.util.Map environment, javax.management.MBeanServer server)
          Create the JmsJmxConnectorServer
 
Method Summary
 javax.management.remote.JMXServiceURL getAddress()
           
 java.util.Map getAttributes()
           
 boolean isActive()
           
 void start()
          start the connector
 void stop()
          stop the connector
 
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
 

Constructor Detail

JmsJmxConnectorServer

public JmsJmxConnectorServer(javax.management.remote.JMXServiceURL url,
                             java.util.Map environment,
                             javax.management.MBeanServer server)
                      throws java.io.IOException
Create the JmsJmxConnectorServer

Parameters:
url -
environment -
server -
Throws:
java.io.IOException
Method Detail

start

public void start()
           throws java.io.IOException
start the connector

Throws:
java.io.IOException

stop

public void stop()
          throws java.io.IOException
stop the connector

Throws:
java.io.IOException

isActive

public boolean isActive()

getAddress

public javax.management.remote.JMXServiceURL getAddress()

getAttributes

public java.util.Map getAttributes()


Copyright © 2010 LogicBlaze, Inc.. All Rights Reserved.