|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionErrorException | |
|---|---|
| org.ow2.petals.jmx | |
| Uses of ConnectionErrorException in org.ow2.petals.jmx |
|---|
| Methods in org.ow2.petals.jmx that throw ConnectionErrorException | |
|---|---|
void |
JMXClient.disconnect()
Release the connection to the JMX server |
void |
JMXConnection.disconnect()
Close the JMX connection |
AdminServiceClient |
JMXClient.getAdminServiceClient()
Retrieve the Admin service client API |
ComponentClient |
JMXClient.getComponentClient(javax.management.ObjectName componentMBeanName)
Retrieve the component client API associated to a JBI component. |
ComponentClient |
JMXClient.getComponentClient(java.lang.String componentName)
Retrieve the component client API associated to a JBI component. |
DeploymentServiceClient |
JMXClient.getDeploymentServiceClient()
Retrieve the deployment service client API |
EndpointRegistryClient |
JMXClient.getEndpointRegistryClient()
Retrieve the EndpointRegistry client API |
InstallationServiceClient |
JMXClient.getInstallationServiceClient()
Retrieve the installation service client API |
InstallerComponentClient |
JMXClient.getInstallerComponentClient(java.lang.String componentName)
Retrieve the component installer client API associated to a JBI component. |
LoggerServiceClient |
JMXClient.getLoggerServiceClient()
Retrieve the Logger service client API |
javax.management.MBeanServerConnection |
JMXClient.getMBeanServerConnection()
Get the instance to the @ MBeanServerConnection} in use. |
javax.management.MBeanServerConnection |
JMXConnection.getMBeanServerConnection()
Get the MBeanServerConnection of the JMX connection. |
PetalsAdminServiceClient |
JMXClient.getPetalsAdminServiceClient()
Retrieve the Petals Admin service client API |
RouterMonitorServiceClient |
JMXClient.getRouterMonitoringServiceClient()
Retrieve the Router Monitor service client API |
RuntimeConfigurationComponentClient |
JMXClient.getRuntimeConfigurationClient(java.lang.String dynamicComponentName)
|
SystemMonitoringServiceClient |
JMXClient.getSystemMonitoringServiceClient()
Retrieve the system monitoring service client API |
| Constructors in org.ow2.petals.jmx that throw ConnectionErrorException | |
|---|---|
JMXClient(java.lang.String host,
java.lang.Integer jndiPort,
java.lang.String username,
java.lang.String password)
Creates a new instance of JMXClient |
|
JMXConnection(javax.management.remote.JMXConnector connector)
Creates a new instance of JMXConnection |
|
JMXConnection(java.lang.String host,
int jndiPort,
java.lang.String username,
java.lang.String password)
Creates a new instance of JMXConnection |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||