Uses of Class
org.ourgrid.common.event.ShutdownResponseEvent

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

Uses of ShutdownResponseEvent in org.ourgrid.common.event
 

Method parameters in org.ourgrid.common.event with type arguments of type ShutdownResponseEvent
 void EBSyncShutdownable.shutdown(EventQueue<ShutdownResponseEvent> responseQueue)
          Shuts down the object.
 

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

Uses of ShutdownResponseEvent in org.ourgrid.mygrid.replicaexecutor
 

Methods in org.ourgrid.mygrid.replicaexecutor that return types with arguments of type ShutdownResponseEvent
 EventQueue<ShutdownResponseEvent> EBReplicaExecutorFacade.shutdown()
          Shuts down the facade.
 

Method parameters in org.ourgrid.mygrid.replicaexecutor with type arguments of type ShutdownResponseEvent
 void ReplicaExecutorEventEngine.shutdown(EventQueue<ShutdownResponseEvent> eq)
          Marks this Runnable to be shutdown.
 

Uses of ShutdownResponseEvent in org.ourgrid.mygrid.scheduler
 

Methods in org.ourgrid.mygrid.scheduler that return types with arguments of type ShutdownResponseEvent
 EventQueue<ShutdownResponseEvent> EBSchedulerFacade.shutdown()
          Shuts down the facade.
 

Method parameters in org.ourgrid.mygrid.scheduler with type arguments of type ShutdownResponseEvent
 void SchedulerEventEngine.shutdown(EventQueue<ShutdownResponseEvent> eq)
          Marks this Runnable to be shutdown and tries to unbind all remote objects.
 

Uses of ShutdownResponseEvent in org.ourgrid.peer.ebgum
 

Methods in org.ourgrid.peer.ebgum that return types with arguments of type ShutdownResponseEvent
 EventQueue<ShutdownResponseEvent> FakeEBGum.stop()
           
 EventQueue<ShutdownResponseEvent> EBGumImpl.stop()
           
 EventQueue<ShutdownResponseEvent> EBGumFacade.stop()
           
 EventQueue<ShutdownResponseEvent> EBGum.stop()
          Must be implemented by the facade to stop event processing
 

Uses of ShutdownResponseEvent in org.ourgrid.peer.manager
 

Methods in org.ourgrid.peer.manager that return types with arguments of type ShutdownResponseEvent
 EventQueue<ShutdownResponseEvent> EBPeerFacade.shutdown()
          Shuts down the facade.
 

Method parameters in org.ourgrid.peer.manager with type arguments of type ShutdownResponseEvent
 void PeerEventEngine.shutdown(EventQueue<ShutdownResponseEvent> eq)
          Marks this Runnable to be shutdown.
 void FakeEventEngine.shutdown(EventQueue<ShutdownResponseEvent> responseQueue)