seda.sandStorm.api
Class StagesInitializedSignal

java.lang.Object
  extended byseda.sandStorm.api.StagesInitializedSignal
All Implemented Interfaces:
QueueElementIF, SignalIF

public class StagesInitializedSignal
extends java.lang.Object
implements SignalIF

This signal indicates that all stages specified in the initial Sandstorm configuration, or created during the init() method from a stage specified in the initial configuration, have been initialized. Note that additional stages may be created after initialization has completed.

Author:
Matt Welsh

Constructor Summary
StagesInitializedSignal()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StagesInitializedSignal

public StagesInitializedSignal()