| Package | Description |
|---|---|
| com.sun.jbi.ui.client | |
| com.sun.jbi.ui.client.jmxremote | |
| com.sun.jbi.ui.client.sunasee |
| Modifier and Type | Method and Description |
|---|---|
void |
JMXConnection.closeConnection()
closes the jmx connection
|
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 RemoteJBIAdminCommands |
RemoteJBIAdminCommandsFactory.createRemoteJBIAdminCommands(Properties connProps)
get jbi client interface
|
abstract JMXConnection |
JMXConnectionFactory.getConnection(Properties conprops) |
Object |
JMXConnectionImpl.getMBeanAttribute(ObjectName name,
String attribute)
return the attribute value
|
Object |
JMXConnection.getMBeanAttribute(ObjectName name,
String attribute)
retrieves the attribute value
|
Object |
JMXConnectionImpl.invokeMBeanOperation(ObjectName name,
String operationName,
Object[] params,
String[] signature)
invokes operation
|
Object |
JMXConnection.invokeMBeanOperation(ObjectName name,
String operationName,
Object[] params,
String[] signature)
invokes the operation on mbean
|
static JMXConnectionFactory |
JMXConnectionFactory.newInstance() |
static JMXConnectionFactory |
JMXConnectionFactory.newInstance(Properties props) |
static JMXConnectionFactory |
JMXConnectionFactory.newInstance(String factoryImplName) |
void |
JMXConnection.openConnection()
opens the jmx connection
|
void |
JMXConnectionImpl.setMBeanAttribute(ObjectName name,
Attribute attribute)
set the attribute on mbean
|
void |
JMXConnection.setMBeanAttribute(ObjectName name,
Attribute attribute)
sets the attribute value
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteJMXConnectionImpl.closeConnection()
closes the jmx connection
|
JMXConnection |
RemoteJMXConnectionFactory.getConnection(Properties conprops) |
protected void |
RemoteJMXConnectionImpl.initConnectionProperties(Properties connProps)
init
|
void |
RemoteJMXConnectionImpl.openConnection()
obtains the the jmx connection if it is not already exists
|
protected void |
RemoteJMXConnectionImpl.validatePortValue(String port)
validate
|
| Constructor and Description |
|---|
RemoteJMXConnectionImpl()
constructor
|
RemoteJMXConnectionImpl(Properties connProps)
constructor
|
RemoteJMXConnectionImpl(String host,
String port,
String username,
String password)
constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
SunASEEJMXConnectionImpl.closeConnection()
closes the jmx connection
|
JMXConnection |
SunASEEJMXConnectionFactory.getConnection(Properties conprops) |
protected void |
SunASEEJMXConnectionImpl.initConnectionProperties(Properties connProps)
init
|
void |
SunASEEJMXConnectionImpl.openConnection()
obtains the the jmx connection if it is not already exists
|
protected void |
SunASEEJMXConnectionImpl.validatePortValue(String port)
validate
|
| Constructor and Description |
|---|
SunASEEJMXConnectionImpl()
constructor
|
SunASEEJMXConnectionImpl(Properties connProps)
constructor
|
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.