|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ComponentErrorException | |
|---|---|
| org.ow2.petals.jmx | |
| Uses of ComponentErrorException in org.ow2.petals.jmx |
|---|
| Methods in org.ow2.petals.jmx that throw ComponentErrorException | |
|---|---|
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. |
InstallerComponentClient |
JMXClient.getInstallerComponentClient(java.lang.String componentName)
Retrieve the component installer client API associated to a JBI component. |
java.lang.String |
ComponentClient.getState()
Get the current state of the JBI component associated to this JMX component. |
void |
ComponentClient.shutdown()
Shutdown the component associated to this JMX component. |
void |
ComponentClient.start()
Start the component associated to this JMX component. |
void |
ComponentClient.stop()
Stop the component associated to this JMX component. |
| Constructors in org.ow2.petals.jmx that throw ComponentErrorException | |
|---|---|
ComponentClient(javax.management.ObjectName componentObjectName,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of ComponentClient |
|
ComponentClient(java.lang.String petalsDomain,
java.lang.String componentName,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of ComponentClient |
|
InstallerComponentClient(java.lang.String petalsDomain,
java.lang.String componentName,
javax.management.MBeanServerConnection mBeanServerConnection)
Creates a new instance of InstallerComponentClient finding
the MBean associated to the component name |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||