| java.lang.Object seda.sandStorm.internal.sandStormMgr
Constructor Summary | |
public | sandStormMgr(SandstormConfig mgrconfig) Create a sandStormMgr which reads its configuration from the
given file. |
sandStormMgr | public sandStormMgr(SandstormConfig mgrconfig) throws Exception(Code) | | Create a sandStormMgr which reads its configuration from the
given file.
|
createStage | public StageIF createStage(StageWrapperIF wrapper, boolean initialize) throws Exception(Code) | | Create a stage from the given stage wrapper.
If 'initialize' is true, initialize this stage immediately.
|
getConfig | public SandstormConfig getConfig()(Code) | | Return the SandstormConfig used to initialize this manager.
Actually returns a copy of the SandstormConfig; this prevents
options from being changed once the system has been initialized.
|
getSignalMgr | public SignalMgrIF getSignalMgr()(Code) | | Return the system signal manager.
|
start | public void start()(Code) | | Start the manager.
|
stop | public void stop()(Code) | | Stop the manager.
|
|
|