|
||||||||||
| 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.PetalsAdminServiceClient
public class PetalsAdminServiceClient
Client API of the JMX Petals Admin service.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.ow2.petals.jmx.api.IPetalsAdminService |
|---|
org.ow2.petals.jmx.api.IPetalsAdminService.Container, org.ow2.petals.jmx.api.IPetalsAdminService.ContainerStates, org.ow2.petals.jmx.api.IPetalsAdminService.Domain, org.ow2.petals.jmx.api.IPetalsAdminService.EntityStates, org.ow2.petals.jmx.api.IPetalsAdminService.SubDomain, org.ow2.petals.jmx.api.IPetalsAdminService.Topology |
| Field Summary | |
|---|---|
static java.lang.String |
RETRIEVE_TOPOLOGY
Action : retrieve topology |
static java.lang.String |
SHUTDOWN
Action : shutdown the container |
static java.lang.String |
STOP
Action : stop the container |
| Fields inherited from class org.ow2.petals.jmx.AbstractServiceClient |
|---|
JMX_FIELD_NAME, JMX_FIELD_TYPE, JMX_SERVICE_TYPE, mbeanName, mBeanServerConnection, petalsDomain |
| Constructor Summary | |
|---|---|
PetalsAdminServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
Creates a new instance of PetalsAdminServiceClient |
|
| Method Summary | |
|---|---|
java.util.Set<java.util.Map<java.lang.String,java.lang.String>> |
retrieveTopology()
|
void |
shutdownContainer()
Shut down the PEtALS container. |
void |
stopContainer()
Stop 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 |
| Field Detail |
|---|
public static final java.lang.String STOP
public static final java.lang.String SHUTDOWN
public static final java.lang.String RETRIEVE_TOPOLOGY
| Constructor Detail |
|---|
public PetalsAdminServiceClient(java.lang.String petalsDomain,
javax.management.MBeanServerConnection beanServerConnection)
throws PetalsAdminDoesNotExistException,
PetalsAdminServiceErrorException
PetalsAdminServiceClient
petalsDomain - beanServerConnection - isPetalsServer20Older -
PetalsAdminDoesNotExistException
PetalsAdminServiceErrorException| Method Detail |
|---|
public void stopContainer()
throws PetalsAdminServiceErrorException
PerformActionErrorException
PetalsAdminServiceErrorExceptionPetalsAdminInterface#stopContainer()
public void shutdownContainer()
throws PetalsAdminServiceErrorException
PerformActionErrorException
PetalsAdminServiceErrorExceptionPetalsAdminInterface#shutdownContainer()
public java.util.Set<java.util.Map<java.lang.String,java.lang.String>> retrieveTopology()
throws PetalsAdminServiceErrorException
PetalsAdminServiceErrorException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||