Uses of Interface
org.ourgrid.common.fd.Notifiable

Packages that use Notifiable
org.ourgrid.common.fd   
org.ourgrid.common.fd.simpletest   
org.ourgrid.corepeer   
org.ourgrid.corepeer.fd   
org.ourgrid.peer.fd   
 

Uses of Notifiable in org.ourgrid.common.fd
 

Methods in org.ourgrid.common.fd that return types with arguments of type Notifiable
 java.util.Map<java.lang.String,Notifiable> MonitoringUnit.getInteresteds()
           
 

Methods in org.ourgrid.common.fd with parameters of type Notifiable
 void MonitoringUnit.addInterested(java.lang.String notifiableName, Notifiable notifiable)
          Adds a Notifiable like interested in this Monitorable.
 void Monitor.register(Notifiable notifiable, java.lang.String monitorableAddress)
          Adds an object interested in receiving Grid Machine state changes notifications of the specified Grid Machine.
 void AbstractFailureDetector.register(Notifiable notifiable, java.lang.String monitorableAddress)
           
 void AbstractFailureDetector.register(Notifiable notifiable, java.lang.String monitorableAddress, boolean imediatePing)
           
 void Monitor.unregister(Notifiable notifiable)
          Removes the object interested in receiving Grid Machine state changes notifications of all monitorables interested list.
 void AbstractFailureDetector.unregister(Notifiable notifiable)
           
 void Monitor.unregister(Notifiable notifiable, java.lang.String monitorableAddress)
          Removes the object interested in receiving Grid Machine state changes notifications.
 void AbstractFailureDetector.unregister(Notifiable notifiable, java.lang.String monitorableAddress)
           
 

Uses of Notifiable in org.ourgrid.common.fd.simpletest
 

Classes in org.ourgrid.common.fd.simpletest that implement Notifiable
 class FakeNotifiable
           
 class TestMainMonitorable
           
 

Uses of Notifiable in org.ourgrid.corepeer
 

Methods in org.ourgrid.corepeer with parameters of type Notifiable
 void FakeFailureDetector.register(Notifiable notifiable, java.lang.String monitorableAddress)
           
 void FakeFailureDetector.register(Notifiable notifiable, java.lang.String monitorableAddress, boolean imediatePing)
           
 void FakeFailureDetector.unregister(Notifiable notifiable)
           
 void FakeFailureDetector.unregister(Notifiable notifiable, java.lang.String monitorableAddress)
           
 

Uses of Notifiable in org.ourgrid.corepeer.fd
 

Classes in org.ourgrid.corepeer.fd that implement Notifiable
 class PeerStateNotifiable
           
 

Uses of Notifiable in org.ourgrid.peer.fd
 

Classes in org.ourgrid.peer.fd that implement Notifiable
 class ConsumerStateNotifiable
           
 class CorePeerStateNotifiable
           
 class GumStateNotifiable