FileDocCategorySizeDatePackage
AspectDeployerMBean.javaAPI DocJBoss 4.2.13086Fri Jul 13 21:02:24 BST 2007org.jboss.aop.deployment

AspectDeployerMBean

public interface AspectDeployerMBean implements org.jboss.deployment.SubDeployerMBean
MBean interface.

Fields Summary
public static final ObjectName
OBJECT_NAME
Constructors Summary
Methods Summary
public booleanaccepts(org.jboss.deployment.DeploymentInfo di)
Returns true if this deployer can deploy the given DeploymentInfo.

return
True if this deployer can deploy the given DeploymentInfo.

public voidcreate(org.jboss.deployment.DeploymentInfo di)
Describe create method here.

param
di a DeploymentInfo value
throws
DeploymentException if an error occurs

public voiddestroy(org.jboss.deployment.DeploymentInfo di)
Describe destroy method here.

param
di a DeploymentInfo value

public voidinit(org.jboss.deployment.DeploymentInfo di)
Describe init method here.

param
di a DeploymentInfo value
throws
DeploymentException if an error occurs

public voidstart(org.jboss.deployment.DeploymentInfo di)
The start method starts all the mbeans in this DeploymentInfo..

param
di a DeploymentInfo value
throws
DeploymentException if an error occurs

public voidstop(org.jboss.deployment.DeploymentInfo di)
Undeploys the package at the url string specified. This will: Undeploy packages depending on this one. Stop, destroy, and unregister all the specified mbeans Unload this package and packages this package deployed via the classpath tag. Keep track of packages depending on this one that we undeployed so that they can be redeployed should this one be redeployed.

param
di the DeploymentInfo value to stop.