Uses of Class
org.ow2.petals.jmx.exception.ConnectionErrorException

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
 



Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.