seda.sandStorm.main
Class stageDescr

java.lang.Object
  extended by seda.sandStorm.main.stageDescr

public class stageDescr
extends java.lang.Object

This is an internal class used to represent the configuration parameters for a stage.

See Also:
SandstormConfig

Field Summary
 java.lang.String className
          The fully-qualified class name of the stage's event handler.
 java.util.Hashtable initargs
          The initial arguments to the stage.
 int queueThreshold
          The stage's event queue threshold.
 java.lang.String stageName
          The name of the stage.
 
Constructor Summary
stageDescr()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stageName

public java.lang.String stageName
The name of the stage.


className

public java.lang.String className
The fully-qualified class name of the stage's event handler.


initargs

public java.util.Hashtable initargs
The initial arguments to the stage.


queueThreshold

public int queueThreshold
The stage's event queue threshold. -1 indicates an infinite threshold.

Constructor Detail

stageDescr

public stageDescr()