|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.services.bootstrap.deploymentplan.JOnASDeploymentPlan
public class JOnASDeploymentPlan
Implementation of the Deployment plan MBean.
| Constructor Summary | |
|---|---|
JOnASDeploymentPlan()
|
|
| Method Summary | |
|---|---|
String[] |
getDeploymentPlans()
Returns the list of deployed deployment plans. |
Integer |
getDeploymentPlansCount()
Returns the number of deployed deployment plans. |
void |
setDeploymentPlanDeployer(org.ow2.util.plan.deployer.api.IDeploymentPlanDeployer deploymentPlanDeployer)
Sets the deployment plan deployer. |
void |
setMBeanServer(MBeanServer mbeanServer)
Set the MBean Server. |
void |
setServerProperties(ServerProperties serverProperties)
Set the server properties service. |
void |
start()
This callback method is called during the service starting as soon as all service dependencies are resolved. |
void |
stop()
This callback method is called during the service stopping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOnASDeploymentPlan()
| Method Detail |
|---|
public void start()
throws Exception
Exception
public void stop()
throws ServiceException
ServiceExceptionpublic void setMBeanServer(MBeanServer mbeanServer)
mbeanServer - the new JMX service.public void setServerProperties(ServerProperties serverProperties)
serverProperties - the serverProperties to setpublic void setDeploymentPlanDeployer(org.ow2.util.plan.deployer.api.IDeploymentPlanDeployer deploymentPlanDeployer)
deploymentPlanDeployer - the new deployment plan deployer.public Integer getDeploymentPlansCount()
getDeploymentPlansCount in interface JOnASDeploymentPlanMBeanpublic String[] getDeploymentPlans()
getDeploymentPlans in interface JOnASDeploymentPlanMBean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||