| Package | Description |
|---|---|
| com.sun.jbi.ui.client | |
| com.sun.jbi.ui.client.jmxremote | |
| com.sun.jbi.ui.client.sunasee |
| Modifier and Type | Class and Description |
|---|---|
class |
JMXConnectionImpl
This class is a base class to implement the jmx connection interface.
|
| Modifier and Type | Field and Description |
|---|---|
protected JMXConnection |
AbstractJMXClient.mJmxConnection
JMX Client interface
|
| Modifier and Type | Method and Description |
|---|---|
static JMXConnection |
JMXConnectionImpl.createJmxConnection(Properties connProps)
creates jmx connection
|
static JMXConnection |
JMXConnectionImpl.createJmxConnection(String host,
String port,
String username,
String password)
creates jmx connection
|
abstract JMXConnection |
JMXConnectionFactory.getConnection(Properties conprops) |
protected JMXConnection |
AbstractJMXClient.getJMXConnection()
returns jmx connection object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJMXClient.setJMXConnection(JMXConnection jmxConn)
sets the jmx connection object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RemoteJMXConnectionImpl
This class implements the JMXConnection interface for connecting to jmx
connector server remotely using jmx remote apis
|
| Modifier and Type | Method and Description |
|---|---|
JMXConnection |
RemoteJMXConnectionFactory.getConnection(Properties conprops) |
| Modifier and Type | Class and Description |
|---|---|
class |
SunASEEJMXConnectionImpl
This class implements the JMXConnection interface for connecting to
jmx connector server remotely using jmx remote apis
|
| Modifier and Type | Method and Description |
|---|---|
JMXConnection |
SunASEEJMXConnectionFactory.getConnection(Properties conprops) |
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.