|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--mdw.sandStorm.main.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()
|
Methods inherited from class java.lang.Object |
|
Field Detail |
public java.lang.String stageName
public java.lang.String className
public java.util.Hashtable initargs
public int queueThreshold
Constructor Detail |
public stageDescr()
|
More information: http://www.cs.berkeley.edu/~mdw/proj/seda/ | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |