Uses of Class
org.ourgrid.common.fd.GenericState

Packages that use GenericState
org.ourgrid.common.fd   
org.ourgrid.common.fd.simpletest   
org.ourgrid.common.gum   
org.ourgrid.corepeer.fd   
org.ourgrid.gridmachine.useragent.fd   
org.ourgrid.mygrid.fd   
org.ourgrid.peer.fd   
org.ourgrid.peer.ui   
 

Uses of GenericState in org.ourgrid.common.fd
 

Methods in org.ourgrid.common.fd that return GenericState
 GenericState SimpleTestFailureDetector.getCurrentState()
           
 GenericState Monitorable.getCurrentState()
          Retrieves the monitorable current status.
 GenericState FakeMonitorable.getCurrentState()
           
abstract  GenericState AbstractFailureDetector.getCurrentState()
           
 GenericState MonitoringUnit.getLastState()
           
 

Methods in org.ourgrid.common.fd with parameters of type GenericState
 void MonitoringUnit.changeState(GenericState newState)
          The state should be changed by this method only
 MonitoringUnit RMIMonitoringUnitFactory.createMonitoringUnit(GenericState initialState, java.lang.String monitorableAddress, java.lang.String monitorableIdentifier)
          The creates a new instance of MonitoringUnit class (or subclass)
 MonitoringUnit MonitoringUnitFactory.createMonitoringUnit(GenericState initialState, java.lang.String monitorableAddress, java.lang.String monitorableIdentifier)
          The creates a new instance of MonitoringUnit class (or subclass)
 MonitoringUnit FakeMonitoringUnitFactory.createMonitoringUnit(GenericState initialState, java.lang.String monitorableAddress, java.lang.String monitorableIdentifier)
           
 void Notifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
          This method is invoked when the Grid Machine state changes.
 void AbstractFailureDetector.setMonitorableState(java.lang.String monitorableAddress, GenericState newState)
          Allows that an external entity updates the state of a monitorable
 

Constructors in org.ourgrid.common.fd with parameters of type GenericState
FakeMonitorable(GenericState state, java.lang.String monitorableName)
           
FakeMonitoringUnit(GenericState initialState, java.lang.String remoteFailureDetectorAddress, java.lang.String monitorableServiceIndex)
          Constructor
FakeMonitoringUnit(GenericState initialState, java.lang.String monitorableAddress, java.lang.String monitorableServiceIndex, Monitorable monitorable)
          Constructor
MonitoringUnit(GenericState initialState, java.lang.String remoteFailureDetectorAddress, java.lang.String monitorableServiceIndex)
          Constructor
 

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

Methods in org.ourgrid.common.fd.simpletest with parameters of type GenericState
 void TestMainMonitorable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 void FakeNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 

Uses of GenericState in org.ourgrid.common.gum
 

Subclasses of GenericState in org.ourgrid.common.gum
 class GumStateFD
           
 

Uses of GenericState in org.ourgrid.corepeer.fd
 

Methods in org.ourgrid.corepeer.fd that return GenericState
 GenericState CorePeerFailureDetector.getCurrentState()
           
 

Methods in org.ourgrid.corepeer.fd with parameters of type GenericState
 void PeerStateNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 

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

Methods in org.ourgrid.gridmachine.useragent.fd that return GenericState
 GenericState UserAgentFailureDetector.getCurrentState()
           
 

Uses of GenericState in org.ourgrid.mygrid.fd
 

Methods in org.ourgrid.mygrid.fd that return GenericState
 GenericState MyGridFailureDetector.getCurrentState()
           
 

Methods in org.ourgrid.mygrid.fd with parameters of type GenericState
 void PeerStateNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 

Uses of GenericState in org.ourgrid.peer.fd
 

Methods in org.ourgrid.peer.fd that return GenericState
 GenericState PeerFailureDetector.getCurrentState()
           
 

Methods in org.ourgrid.peer.fd with parameters of type GenericState
 void GumStateNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 void CorePeerStateNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 void ConsumerStateNotifiable.notifyMonitorableStateChange(java.lang.String monitorableName, GenericState monitorableState)
           
 

Uses of GenericState in org.ourgrid.peer.ui
 

Methods in org.ourgrid.peer.ui with parameters of type GenericState
 void UIManager.failureDetectorAdvice(java.lang.String monitorableAddress, GenericState newState)
           
 void PeerUIManager.failureDetectorAdvice(java.lang.String monitorableAddress, GenericState newState)