public static interface Server.Application
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Server.Application.Affinity |
static interface |
Server.Application.Instance |
static class |
Server.Application.Type |
| Modifier and Type | Method and Description |
|---|---|
int |
getInstanceCount() |
Server.Application.Instance[] |
getInstances() |
java.lang.String |
getName() |
Server.Application.Type |
getType() |
java.lang.String |
getWorkspace() |
boolean |
isSameState(Server.Application app)
This is different from #equals(Object) which compares workspace, name
and type only.
|
java.lang.String getWorkspace()
java.lang.String getName()
Server.Application.Type getType()
int getInstanceCount()
Server.Application.Instance[] getInstances()
boolean isSameState(Server.Application app)
app -