ostore.dispatch
Class Signal.AlarmSignal

java.lang.Object
  |
  +--ostore.dispatch.Signal.AlarmSignal
All Implemented Interfaces:
QueueElementIF, SignalIF
Enclosing class:
Signal

public static class Signal.AlarmSignal
extends Object
implements SignalIF

The OceanStore equivalent of SIGALRM

See Also:
Signal.alarm(java.lang.String, long), Signal.register(int, java.lang.String, seda.sandStorm.api.SinkIF)

Field Summary
 String target
          The name of the target.
 
Constructor Summary
Signal.AlarmSignal(String target)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

target

public String target
The name of the target. This name is opaque to the Classifier. By convention, it should equal StageIF.getName() for the receiving stage, to make registering for the signal simple.

Constructor Detail

Signal.AlarmSignal

public Signal.AlarmSignal(String target)
Method Detail

toString

public String toString()
Overrides:
toString in class Object