org.apache.qpid.management.common
Class JMXConnnectionFactory

java.lang.Object
  extended by org.apache.qpid.management.common.JMXConnnectionFactory

public class JMXConnnectionFactory
extends Object


Constructor Summary
JMXConnnectionFactory()
           
 
Method Summary
static JMXConnector getJMXConnection(long timeout, String host, int port, String username, String password)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMXConnnectionFactory

public JMXConnnectionFactory()
Method Detail

getJMXConnection

public static JMXConnector getJMXConnection(long timeout,
                                            String host,
                                            int port,
                                            String username,
                                            String password)
                                     throws SSLException,
                                            IOException,
                                            Exception
Throws:
SSLException
IOException
Exception


Licensed to the Apache Software Foundation