| Package | Description |
|---|---|
| com.sybase.esp.sdk |
| Modifier and Type | Method and Description |
|---|---|
Server.Status |
Server.Application.Instance.getCurrentStatus() |
Server.Status |
Server.Application.Instance.getRequestedStatus() |
static Server.Status |
Server.Status.parseString(java.lang.String str) |
static Server.Status |
Server.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Server.Status[] |
Server.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServerController.waitForStatus(ServerController.ApplicationConfig app,
Server.Status status,
int millis)
Wait until the specified application is in the specified status
|
abstract void |
ServerController.waitForStatus(java.lang.String workspace,
java.lang.String name,
Server.Status status,
int millis)
Wait until the specified application is in the specified status
|