|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.petals.kernel.admin.PetalsAdminServiceImpl
public class PetalsAdminServiceImpl
This class is used for Petals global Administration
| 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 | |
|---|---|
protected DeploymentService |
deployment
Deployment service fractal component |
protected InstallationService |
installation
Installation service fractal component |
protected org.ow2.petals.util.LoggingUtil |
log
Logger wrapper |
protected TopologyService |
topologyService
Topology service fractal component |
| Constructor Summary | |
|---|---|
PetalsAdminServiceImpl()
|
|
| Method Summary | |
|---|---|
boolean |
ping()
Ping if the server is ready to process messages in the domain |
java.util.Set<java.util.Map<java.lang.String,java.lang.String>> |
retrieveTopology()
Retrieve the collection of containers, sub-domains and domain configurations. |
void |
setPetalsStopThread(PetalsStopThread petalsStopThread)
Set the thread which will stop PEtALS |
void |
shutdownContainer()
Unload the container from the Petals global environment. |
protected void |
start()
|
protected void |
stop()
|
void |
stopContainer()
Stop the container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.ow2.petals.util.LoggingUtil log
protected DeploymentService deployment
protected InstallationService installation
protected TopologyService topologyService
| Constructor Detail |
|---|
public PetalsAdminServiceImpl()
| Method Detail |
|---|
public java.util.Set<java.util.Map<java.lang.String,java.lang.String>> retrieveTopology()
throws org.ow2.petals.kernel.api.server.PetalsException
PetalsAdminServiceMBean
retrieveTopology in interface PetalsAdminServiceMBeanorg.ow2.petals.kernel.api.server.PetalsException
public void shutdownContainer()
throws java.lang.Exception
PetalsAdminServiceMBean
shutdownContainer in interface PetalsAdminServiceMBeanjava.lang.Exception
public void stopContainer()
throws java.lang.Exception
PetalsAdminServiceMBean
stopContainer in interface PetalsAdminServiceMBeanjava.lang.Exceptionpublic void setPetalsStopThread(PetalsStopThread petalsStopThread)
PetalsAdminInterface
setPetalsStopThread in interface PetalsAdminInterface
protected void start()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleExceptionLifeCycleController.startFc()
protected void stop()
throws org.objectweb.fractal.api.control.IllegalLifeCycleException
org.objectweb.fractal.api.control.IllegalLifeCycleExceptionLifeCycleController.stopFc()public boolean ping()
PetalsAdminServiceMBean
ping in interface PetalsAdminServiceMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||