| Package | Description |
|---|---|
| com.sybase.esp.sdk | |
| com.sybase.esp.util.deployment |
| Modifier and Type | Method and Description |
|---|---|
static ServerController.ApplicationConfig |
ServerController.ApplicationConfig.newInstance(java.lang.String workspace,
java.lang.String appName,
Server.Application.Type type,
byte[] ccx)
Creates a new instance of an
ServerController.ApplicationConfig object. |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServerController.addApplication(ServerController.ApplicationConfig app)
Deploys an application to the server
|
abstract void |
ServerController.removeApplication(ServerController.ApplicationConfig app)
Removes a deployed application from the server
|
abstract void |
ServerController.startApplication(ServerController.ApplicationConfig app,
int millis)
Starts an deployed application on the server
|
abstract void |
ServerController.stopApplication(ServerController.ApplicationConfig app,
int millis)
Stops an application on the server
|
abstract void |
ServerController.waitForStatus(ServerController.ApplicationConfig app,
Server.Status status,
int millis)
Wait until the specified application is in the specified status
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DeploymentUtils.parseDeployment(ServerController.ApplicationConfig app,
java.io.File ccrFile)
Parses the deployment section in the provided file and fills in the
ServerController.ApplicationConfig instance
with the parsed information. |