|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectbamboo.lss.StageManager
public class StageManager
A manager for DustDevil. Adapted from the one in SOSS to allow for dynamic creation of stages.
| Field Summary |
|---|
| Fields inherited from interface seda.sandStorm.api.ManagerIF |
|---|
MAINSINK |
| Constructor Summary | |
|---|---|
StageManager(SandstormConfigIF config)
|
|
| Method Summary | |
|---|---|
void |
addStage(String stagename,
StageIF stage)
|
StageIF |
createStage(String stagename,
EventHandlerIF handler,
String[] initargs)
|
void |
destroyStage(String stagename)
Note that calling this slightly violates the semantics of this method as defined in ManagerIF. |
SandstormConfigIF |
getConfig()
Returns a copy of the SandstormConfigIF for this Manager. |
ProfilerIF |
getProfiler()
Returns a handle to the system profiler. |
SignalMgrIF |
getSignalMgr()
Returns a handle to the system signal interface. |
StageIF |
getStage(String stagename)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StageManager(SandstormConfigIF config)
| Method Detail |
|---|
public void addStage(String stagename,
StageIF stage)
public StageIF getStage(String stagename)
throws NoSuchStageException
getStage in interface ManagerIFNoSuchStageException
public StageIF createStage(String stagename,
EventHandlerIF handler,
String[] initargs)
throws Exception
createStage in interface ManagerIFExceptionpublic SignalMgrIF getSignalMgr()
getSignalMgr in interface ManagerIFpublic ProfilerIF getProfiler()
getProfiler in interface ManagerIFpublic SandstormConfigIF getConfig()
getConfig in interface ManagerIF
public void destroyStage(String stagename)
throws Exception
destroyStage in interface ManagerIFException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||