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

Packages that use Shutdownable
org.ourgrid.common.fd   
org.ourgrid.common.gump   
org.ourgrid.corepeer   
org.ourgrid.corepeer.fd   
org.ourgrid.gridmachine.useragent.fd   
org.ourgrid.mygrid.fd   
org.ourgrid.mygrid.replicaexecutor   
org.ourgrid.peer.fd   
org.ourgrid.test.threadServices   
 

Uses of Shutdownable in org.ourgrid.common.fd
 

Classes in org.ourgrid.common.fd that implement Shutdownable
 class AbstractFailureDetector
          This object is responsible for providing an updated information about Monitorables fails.
 class SimpleTestFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.common.gump
 

Classes in org.ourgrid.common.gump that implement Shutdownable
 class GumpClientThreadManager
          Represents a ThreadPool responsible for managing and executing Threads that will invoke RMI methods on the external consumers using the Peer, for example: MyGrid.
 

Uses of Shutdownable in org.ourgrid.corepeer
 

Classes in org.ourgrid.corepeer that implement Shutdownable
 class FakeFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.corepeer.fd
 

Classes in org.ourgrid.corepeer.fd that implement Shutdownable
 class CorePeerFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.gridmachine.useragent.fd
 

Classes in org.ourgrid.gridmachine.useragent.fd that implement Shutdownable
 class UserAgentFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.mygrid.fd
 

Classes in org.ourgrid.mygrid.fd that implement Shutdownable
 class MyGridFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.mygrid.replicaexecutor
 

Classes in org.ourgrid.mygrid.replicaexecutor that implement Shutdownable
 class EBReplicaManager
          Description: This is the main manager of the replica executor module.
 class PermissionManager
          Description: This class is responsible for managing the access of a replica to it's task's critical region.
 class ReplicaExecutorThreadManager
          This class takes care of a thread pool.
 

Uses of Shutdownable in org.ourgrid.peer.fd
 

Classes in org.ourgrid.peer.fd that implement Shutdownable
 class PeerFailureDetector
           
 

Uses of Shutdownable in org.ourgrid.test.threadServices
 

Classes in org.ourgrid.test.threadServices that implement Shutdownable
 class ShutdownableRunnable
          This class is used to perform tests on the threadServices package using several threads.
 class ShutdownableThread
          This class is used just to test the auxiliary classes used by the aspects.