Package | Description |
---|---|
com.espertech.esper.client.deploy |
Module and deployment administrative service.
|
Modifier and Type | Method and Description |
---|---|
DeploymentState |
DeploymentInformation.getState()
Returns current deployment state.
|
static DeploymentState |
DeploymentState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeploymentState[] |
DeploymentState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DeploymentInformation(String deploymentId,
Module module,
Calendar addedDate,
Calendar lastUpdateDate,
DeploymentInformationItem[] items,
DeploymentState state)
Ctor.
|