public interface IServerManager
| Modifier and Type | Method and Description |
|---|---|
void |
completeDeployment() |
void |
deploy() |
void |
productionRedeployment() |
void |
startServers() |
void |
stopServers() |
void |
undeploy() |
void deploy()
throws java.lang.Exception
java.lang.Exceptionvoid undeploy()
throws java.lang.Exception
java.lang.Exceptionvoid completeDeployment()
throws java.lang.Exception
java.lang.Exceptionvoid productionRedeployment()
throws java.lang.Exception
java.lang.Exceptionvoid startServers()
throws java.lang.Exception
java.lang.Exceptionvoid stopServers()
throws java.lang.Exception
java.lang.Exception