|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DeploymentStatus | |
---|---|
org.openspaces.admin.pu | Support for managing of Processing Unit(s) through the Admin API. |
org.openspaces.admin.pu.events | Support for managing of Processing Unit events through the Admin API. |
Uses of DeploymentStatus in org.openspaces.admin.pu |
---|
Methods in org.openspaces.admin.pu that return DeploymentStatus | |
---|---|
DeploymentStatus |
ProcessingUnit.getStatus()
Returns the deployment status of the processing unit. |
static DeploymentStatus |
DeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeploymentStatus[] |
DeploymentStatus.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Uses of DeploymentStatus in org.openspaces.admin.pu.events |
---|
Methods in org.openspaces.admin.pu.events that return DeploymentStatus | |
---|---|
DeploymentStatus |
ProcessingUnitStatusChangedEvent.getNewStatus()
The new deployment status. |
DeploymentStatus |
ProcessingUnitStatusChangedEvent.getPreviousStatus()
The previous deployment status. |
Constructors in org.openspaces.admin.pu.events with parameters of type DeploymentStatus | |
---|---|
ProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit,
DeploymentStatus previousStatus,
DeploymentStatus newStatus)
|
|
GigaSpaces XAP 7.0 API | |||||||||
PREV NEXT | FRAMES NO FRAMES |