Save This Page
Home » jboss-5.0.0.CR1-src » org » jboss » deployment » [javadoc | source]
org.jboss.deployment
public interface: Deployer [javadoc | source]

All Known Implementing Classes:
    RemoteDeployer, DeploymentCache, MainDeployer

The interface which a deployer must implement.

Clients should use the MainDeployer to deploy URLs.

Method from org.jboss.deployment.Deployer Summary:
deploy,   isDeployed,   undeploy
Method from org.jboss.deployment.Deployer Detail:
 public  void deploy(URL url) throws DeploymentException
    Deploys a package identified by a URL
 public boolean isDeployed(URL url)
    Tells you if a packaged identified by a URL is deployed.
 public  void undeploy(URL url) throws DeploymentException
    Undeploys a package identified by a URL