GigaSpaces XAP 9.1 API

org.openspaces.admin.pu.events
Class ProcessingUnitSpaceCorrelatedEvent

java.lang.Object
  extended by org.openspaces.admin.pu.events.ProcessingUnitSpaceCorrelatedEvent

public class ProcessingUnitSpaceCorrelatedEvent
extends Object

An event that indicates that an (embedded) Space was correlated with the processing unit.

Author:
kimchy
See Also:
ProcessingUnit.getSpaceCorrelated()

Constructor Summary
ProcessingUnitSpaceCorrelatedEvent(Space space, ProcessingUnit processingUnit)
           
 
Method Summary
 ProcessingUnit getProcessingUnit()
          Returns the Processing Unit the space was correlated with.
 Space getSpace()
          Returns the space that was correlated with the processing unit.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessingUnitSpaceCorrelatedEvent

public ProcessingUnitSpaceCorrelatedEvent(Space space,
                                          ProcessingUnit processingUnit)
Method Detail

getSpace

public Space getSpace()
Returns the space that was correlated with the processing unit.


getProcessingUnit

public ProcessingUnit getProcessingUnit()
Returns the Processing Unit the space was correlated with.


GigaSpaces XAP 9.1 API

Copyright © GigaSpaces.