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

Packages that use ShutdownEventEngine
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.mygrid.scheduler   
org.ourgrid.peer.ebgum   
org.ourgrid.peer.manager   
 

Uses of ShutdownEventEngine in org.ourgrid.mygrid.replicaexecutor
 

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

Uses of ShutdownEventEngine in org.ourgrid.mygrid.scheduler
 

Classes in org.ourgrid.mygrid.scheduler that implement ShutdownEventEngine
 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 ShutdownEventEngine in org.ourgrid.peer.ebgum
 

Constructors in org.ourgrid.peer.ebgum with parameters of type ShutdownEventEngine
EBGumFacade(EBGum gum, ShutdownEventEngine engine)
          Used only for tests.
FakeGumFacade(EBGum gum, ShutdownEventEngine engine)
           
 

Uses of ShutdownEventEngine in org.ourgrid.peer.manager
 

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

Fields in org.ourgrid.peer.manager declared as ShutdownEventEngine
protected  ShutdownEventEngine EBPeerFacade.eventProcessor
           
 

Constructors in org.ourgrid.peer.manager with parameters of type ShutdownEventEngine
EBPeerManagerFacade(ShutdownEventEngine eventProcessor)
          Constructor used only by tests.