| 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
MBean interface.
Service| 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(DeploymentInfo di)
Returns true if this deployer can deploy the given DeploymentInfo.  | 
 void | 
create(DeploymentInfo di)
Describe create method here. | 
 void | 
destroy(DeploymentInfo di)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.  | 
 DeploymentInfo | 
getService(javax.management.ObjectName serviceName)
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create.  | 
 void | 
init(DeploymentInfo di)
Describe init method here. | 
 void | 
start(DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo.. | 
 void | 
stop(DeploymentInfo di)
The stop method invokes stop on the mbeans associatedw ith the deployment in reverse order relative to create.  | 
| 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 DeploymentInfo getService(javax.management.ObjectName serviceName)
serviceName - a service object name
public boolean accepts(DeploymentInfo di)
accepts in interface SubDeployerMBeandi - a DeploymentInfo value
public void init(DeploymentInfo di) throws DeploymentException
init method here.
init in interface SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurspublic void create(DeploymentInfo di) throws DeploymentException
create method here.
create in interface SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurspublic void start(DeploymentInfo di) throws DeploymentException
start method starts all the mbeans in this DeploymentInfo..
start in interface SubDeployerMBeandi - a DeploymentInfo value
DeploymentException - if an error occurspublic void stop(DeploymentInfo di)
stop in interface SubDeployerMBeandi - the DeploymentInfo value to stop.public void destroy(DeploymentInfo di)
destroy in interface SubDeployerMBeandi - a DeploymentInfo value
  | 
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||