|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.jmx.AbstractServiceClient
org.ow2.petals.jmx.AdminServiceClient
public class AdminServiceClient
Client API of the JMX Admin service.
| Field Summary |
|---|
| Fields inherited from class org.ow2.petals.jmx.AbstractServiceClient |
|---|
JMX_FIELD_NAME, JMX_FIELD_TYPE, JMX_SERVICE_TYPE, mbeanName, mBeanServerConnection, petalsDomain |
| Constructor Summary | |
|---|---|
AdminServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
Creates a new instance of AdminServiceClient |
|
| Method Summary | |
|---|---|
javax.management.ObjectName[] |
getBindingComponents()
Get the Binding Components of the PEtALS Container |
javax.management.ObjectName |
getComponentByName(java.lang.String component)
Get the Component with the given name |
javax.management.ObjectName[] |
getEngineComponents()
Get the Services Engines of the PEtALS Container |
java.lang.String |
getSystemInfo()
Get the version of the kernel of the PEtALS container |
| Methods inherited from class org.ow2.petals.jmx.AbstractServiceClient |
|---|
getAttribute, getAttribute, performAction |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
throws AdminDoesNotExistException,
AdminServiceErrorException
AdminServiceClient
petalsDomain - beanServerConnection -
AdminDoesNotExistException
AdminServiceErrorException| Method Detail |
|---|
public java.lang.String getSystemInfo()
throws AdminServiceErrorException
PerformActionErrorException
AdminServiceErrorExceptionAdminServiceMBean.getSystemInfo()
public javax.management.ObjectName[] getBindingComponents()
throws AdminServiceErrorException
AdminServiceErrorExceptionAdminServiceMBean.getBindingComponents()
public javax.management.ObjectName[] getEngineComponents()
throws AdminServiceErrorException
AdminServiceErrorException
public javax.management.ObjectName getComponentByName(java.lang.String component)
throws AdminServiceErrorException
ObjectName of
the component otherwise
AdminServiceErrorException - if an error occurs while performing the action
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||