Package org.openspaces.admin.pu.events
Class ProcessingUnitStatusChangedEvent
java.lang.Object
org.openspaces.admin.pu.events.ProcessingUnitStatusChangedEvent
An event raised when a Processing Unit
DeploymentStatus has
changed.- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit, DeploymentStatus previousStatus, DeploymentStatus newStatus) -
Method Summary
Modifier and TypeMethodDescriptionThe new deployment status.The previous deployment status.Returns the Processing Unit that the deployment status changed for.
-
Constructor Details
-
ProcessingUnitStatusChangedEvent
public ProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit, DeploymentStatus previousStatus, DeploymentStatus newStatus)
-
-
Method Details
-
getProcessingUnit
Returns the Processing Unit that the deployment status changed for. -
getPreviousStatus
The previous deployment status. -
getNewStatus
The new deployment status.
-