|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectseda.sandStorm.main.stageDescr
public class stageDescr
This is an internal class used to represent the configuration parameters for a stage.
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 |
|---|
public java.lang.String stageName
public java.lang.String className
public java.util.Hashtable initargs
public int queueThreshold
| Constructor Detail |
|---|
public stageDescr()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||