|
|||||||||||
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 create method here. |
void |
destroy(org.jboss.deployment.DeploymentInfo di)
Describe destroy method here. |
void |
init(org.jboss.deployment.DeploymentInfo di)
Describe init method here. |
void |
start(org.jboss.deployment.DeploymentInfo di)
The start method 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.SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void create(org.jboss.deployment.DeploymentInfo di) throws org.jboss.deployment.DeploymentException
create
method here.
create
in interface org.jboss.deployment.SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic 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.SubDeployerMBean
di
- a DeploymentInfo
value
DeploymentException
- if an error occurspublic void stop(org.jboss.deployment.DeploymentInfo di)
stop
in interface org.jboss.deployment.SubDeployerMBean
DeploymentException
- Thrown if the package could not be undeployedpublic void destroy(org.jboss.deployment.DeploymentInfo di)
destroy
method here.
destroy
in interface org.jboss.deployment.SubDeployerMBean
DeploymentException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |