org.apache.qpid
Class Connector

java.lang.Object
  extended by org.apache.qpid.Connector

public class Connector
extends Object


Constructor Summary
Connector(JMXConnector jmxc, MBeanServerConnection mbsc)
           
 
Method Summary
 JMXConnector getConnector()
           
 MBeanServerConnection getMBeanServerConnection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Connector

public Connector(JMXConnector jmxc,
                 MBeanServerConnection mbsc)
Method Detail

getConnector

public JMXConnector getConnector()

getMBeanServerConnection

public MBeanServerConnection getMBeanServerConnection()


Licensed to the Apache Software Foundation