Package org.openspaces.admin.pu.events
Class ProcessingUnitSpaceCorrelatedEvent
java.lang.Object
org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEvent
An event that indicates that an (embedded)
Space was correlated with the processing
unit.- Author:
- kimchy
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionProcessingUnitSpaceCorrelatedEvent(Space space, ProcessingUnit processingUnit) -
Method Summary
Modifier and TypeMethodDescriptionReturns the Processing Unit the space was correlated with.getSpace()Returns the space that was correlated with the processing unit.
-
Constructor Details
-
ProcessingUnitSpaceCorrelatedEvent
-
-
Method Details
-
getSpace
Returns the space that was correlated with the processing unit. -
getProcessingUnit
Returns the Processing Unit the space was correlated with.
-