See if a war is deployed
Start all connectors of the Domain
Stop all connectors of the Domain
This method is called by MainDeployer to determine if subdeployer can handle a deployment
The init method lets the deployer set a few properties of the DeploymentInfo, such as the watch url
Set up the components of the deployment that do not refer to other components
The start method starts all the mbeans in this DeploymentInfo
The stop method invokes stop on the mbeans associated with the deployment in reverse order relative to start
The destroy method invokes destroy on the mbeans associated with the deployment in reverse order relative to create
Standard MBean lifecycle method
The start lifecycle operation
The stop lifecycle operation
The destroy lifecycle operation
The detyped lifecycle operation (for internal use only)
Add dynamically an operation interceptor
Remove dynamically an operation interceptor