| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
| Field Summary | |
| static javax.management.ObjectName | OBJECT_NAME | 
| Fields inherited from interface org.jboss.system.ServiceMBean | 
| CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED | 
| Method Summary | |
|  boolean | accepts(org.jboss.deployment.DeploymentInfo di)Returns true if this deployer can deploy the given DeploymentInfo. | 
|  void | create(org.jboss.deployment.DeploymentInfo di)Describe createmethod here. | 
|  void | destroy(org.jboss.deployment.DeploymentInfo di)Describe destroymethod here. | 
|  void | init(org.jboss.deployment.DeploymentInfo di)Describe initmethod here. | 
|  void | start(org.jboss.deployment.DeploymentInfo di)The startmethod starts all the mbeans in this DeploymentInfo.. | 
|  void | stop(org.jboss.deployment.DeploymentInfo di)Undeploys the package at the url string specified. | 
| Methods inherited from interface org.jboss.deployment.SubDeployerMBean | 
| getRelativeOrder, getSuffixes, setRelativeOrder, setSuffixes | 
| Methods inherited from interface org.jboss.system.ServiceMBean | 
| getName, getState, getStateString, jbossInternalLifecycle | 
| Methods inherited from interface org.jboss.system.Service | 
| create, destroy, start, stop | 
| Field Detail | 
public static final javax.management.ObjectName OBJECT_NAME
| Method Detail | 
public boolean accepts(org.jboss.deployment.DeploymentInfo di)
accepts in interface org.jboss.deployment.SubDeployerMBean
public void init(org.jboss.deployment.DeploymentInfo di)
          throws org.jboss.deployment.DeploymentException
init method here.
init in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurs
public void create(org.jboss.deployment.DeploymentInfo di)
            throws org.jboss.deployment.DeploymentException
create method here.
create in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurs
public void start(org.jboss.deployment.DeploymentInfo di)
           throws org.jboss.deployment.DeploymentException
start method starts all the mbeans in this DeploymentInfo..
start in interface org.jboss.deployment.SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurspublic void stop(org.jboss.deployment.DeploymentInfo di)
stop in interface org.jboss.deployment.SubDeployerMBeanDeploymentException - Thrown if the package could not be undeployedpublic void destroy(org.jboss.deployment.DeploymentInfo di)
destroy method here.
destroy in interface org.jboss.deployment.SubDeployerMBeanDeploymentException - if an error occurs| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||