Uses of Interface
org.ourgrid.common.event.EBSyncShutdownable

Packages that use EBSyncShutdownable
org.ourgrid.common.event   
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.scheduler   
org.ourgrid.peer.manager   
 

Uses of EBSyncShutdownable in org.ourgrid.common.event
 

Subinterfaces of EBSyncShutdownable in org.ourgrid.common.event
 interface ShutdownEventEngine
          This interface represents an object responsible for processing events.
 

Constructors in org.ourgrid.common.event with parameters of type EBSyncShutdownable
ShutdownRequestEvent(EventQueue<ShutdownResponseEvent> responseQueue, EBSyncShutdownable ebSyncShutdownable)
          Constructor.
 

Uses of EBSyncShutdownable in org.ourgrid.mygrid.replicaexecutor
 

Classes in org.ourgrid.mygrid.replicaexecutor that implement EBSyncShutdownable
 class ReplicaExecutorEventEngine
          Description: This class is responsible for receiving events that come from the EBReplicaExecutorFacade and process then.
 

Uses of EBSyncShutdownable in org.ourgrid.mygrid.scheduler
 

Classes in org.ourgrid.mygrid.scheduler that implement EBSyncShutdownable
 class FakeSchedulerEventEngine
          Fake class that reimplements the schedule method to do nothing.
 class SchedulerEventEngine
          This class is responsible for receiving events that come from the EBSchedulerFacade and process them.
 

Uses of EBSyncShutdownable in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement EBSyncShutdownable
 class FakeEventEngine
          The FakeEventEngine.
 class PeerEventEngine
          This class is responsible for receiving events that come probably from a EBPeerManagerFacade and process them.