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)
Deployerpublic void undeploy(String name)
Deployerpublic InputStream getDeployment(String name)
DeployergetDeployment in interface Deployername - The name of the Deployment as defined by DeploymentCopyright © 2012 JBoss by Red Hat. All Rights Reserved.