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. |