public class ClientDeployer extends Object implements Deployer
Constructor and Description |
---|
ClientDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
deploy(String name)
Deploy the named deployment.
|
InputStream |
getDeployment(String name)
Get the Deployment byte content.
|
void |
undeploy(String name)
UnDeploy a named deployment.
The operation will block until deploy is complete. |
public void deploy(String name)
Deployer
public void undeploy(String name)
Deployer
public InputStream getDeployment(String name)
Deployer
getDeployment
in interface Deployer
name
- The name of the Deployment as defined by DeploymentCopyright © 2012 JBoss by Red Hat. All Rights Reserved.