| Package | Description |
|---|---|
| com.sybase.esp.sdk |
| Modifier and Type | Method and Description |
|---|---|
Server.Application.Type |
Project.getType()
Retrieve the type of the project.
|
Server.Application.Type |
Server.Application.getType() |
Server.Application.Type |
ServerController.ApplicationConfig.getType() |
static Server.Application.Type |
Server.Application.Type.parseString(java.lang.String str) |
static Server.Application.Type |
Server.Application.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Server.Application.Type[] |
Server.Application.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| 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. |