public interface DeploymentManager | Modifier and Type | Interface and Description | 
|---|---|
static class  |  DeploymentManager.State  |  
| Modifier and Type | Method and Description | 
|---|---|
void |  deploy() Perform the initial deployment.   |  
Deployment |  getDeployment()  |  
DeploymentManager.State |  getState()  |  
HttpHandler |  start() Starts the container.   |  
void |  stop()  |  
void |  undeploy()  |  
void deploy()
HttpHandler start() throws javax.servlet.ServletException
javax.servlet.ServletExceptionvoid stop() throws javax.servlet.ServletException
javax.servlet.ServletExceptionvoid undeploy()
DeploymentManager.State getState()
Deployment getDeployment()
Copyright © 2015 JBoss by Red Hat. All rights reserved.