MainDeployer() Explict no-args contsructor for JMX.
Method Summary
public void
addDeployer(SubDeployer deployer) The addDeployer method registers a deployer with the main deployer.
public void
checkIncompleteDeployments() Check the current deployment states and generate a IncompleteDeploymentException
if there are mbeans waiting for depedencies.
The addDeployer method registers a deployer with the main deployer.
Any waiting packages are tested to see if the new deployer will deploy them.
Parameters: deployer - a SubDeployer value
Check the current deployment states and generate a IncompleteDeploymentException
if there are mbeans waiting for depedencies.
exception: IncompleteDeploymentException -
The createService method is one of the ServiceMBean lifecyle operations.
(no jmx tag needed from superinterface)
exception: Exception - if an error occurs
The deploy method deploys a package identified by a
string representation of a URL.
Parameters: urlspec - a String value exception: MalformedURLException - if an error occurs
The deploy method deploys a package represented by a DeploymentInfo object.
Parameters: deployment - a DeploymentInfo value exception: DeploymentException - if an error occurs
The isDeployed method tells you if a package identified by a string
representation of a URL is currently deployed.
Parameters: url - a String value a boolean value exception: MalformedURLException - if an error occurs
The listIncompletelyDeployed method returns a list of packages that have
not deployed completely. The toString method will include any exception in the status
field.
a Collection value
Describe redeploy method here.
Parameters: urlspec - a String value exception: DeploymentException - if an error occurs exception: MalformedURLException - if an error occurs
The removeDeployer method unregisters a deployer with the MainDeployer.
Deployed packages deployed with this deployer are undeployed.
Parameters: deployer - a SubDeployer value
Set the flag indicating whether directory content will be deployed. The
default value is taken from the jboss.deploy.localcopy system
property.
Parameters: copyFiles - the local copy flag value
setEnhancedSuffixOrder
public void setEnhancedSuffixOrder(String[] enhancedSuffixOrder)(Code)
Set the enhanced suffix order
Parameters: enhancedSuffixOrder - the enhanced suffix order
setServiceController
public void setServiceController(ObjectName serviceController)(Code)
Describe setServiceController method here.
Parameters: serviceController - an ObjectName value