addDeployer(SubDeployer deployer) The addDeployer method registers a deployer with the
main deployer.
void
checkIncompleteDeployments() Check the current deployment states and generate an
IncompleteDeploymentException if there are mbeans
waiting for depedencies.
void
deploy(String urlspec) The deploy method deploys a package identified by a string representation of a URL.
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 an
IncompleteDeploymentException if there are mbeans
waiting for depedencies.
exception: IncompleteDeploymentException -
The deploy method deploys a package identified by a string representation of a URL.
Parameters: urlspec - a String value exception: java.net.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: java.net.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
The removeDeployer method unregisters a deployer with the
MainDeployer. Deployed packages deployed with this deployer are undeployed.
Parameters: deployer - a SubDeployer value
The undeploy method undeploys a package identified by a string representation of a URL.
Parameters: urlspec - a String value exception: java.net.MalformedURLException - if an error occurs