public abstract class JMXConnectionFactory extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
FACTORY_IMPL_CLASS
if no property set, try load this impl class.
|
static String |
FACTORY_IMPL_CLASS_PROP
property name for class to load.
|
| Constructor and Description |
|---|
JMXConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract JMXConnection |
getConnection(Properties conprops) |
static Properties |
getConnectionProperties(Properties provprops,
String host,
String port,
String username,
String password)
creates jmx connection.
|
protected static I18NBundle |
getI18NBundle()
gives the I18N bundle.
|
static JMXConnectionFactory |
newInstance() |
static JMXConnectionFactory |
newInstance(Properties props) |
static JMXConnectionFactory |
newInstance(String factoryImplName) |
public static final String FACTORY_IMPL_CLASS_PROP
public static final String FACTORY_IMPL_CLASS
protected static I18NBundle getI18NBundle()
public abstract JMXConnection getConnection(Properties conprops) throws JMXConnectionException
conprops - JMXConnectionExceptionpublic static Properties getConnectionProperties(Properties provprops, String host, String port, String username, String password)
provprops - host - host nameport - port numberusername - usernamepassword - passwordpublic static JMXConnectionFactory newInstance(String factoryImplName) throws JMXConnectionException
factoryImplName - JMXConnectionExceptionpublic static JMXConnectionFactory newInstance(Properties props) throws JMXConnectionException
factoryImplName - JMXConnectionExceptionpublic static JMXConnectionFactory newInstance() throws JMXConnectionException
JMXConnectionExceptionCopyright © 2011-2016 OpenESB Community. All Rights Reserved.