| seda.sandStorm.api.internal.SystemManagerIF
All known Subclasses: seda.sandStorm.internal.sandStormMgr,
SystemManagerIF | public interface SystemManagerIF (Code) | | SystemManagerIF is an internal interface allowing modules
to access systemwide features. For now this allows a module to
access, create, and destroy thread managers. It also allows a
module to create a stage with its own stage wrapper.
|
createStage | public StageIF createStage(StageWrapperIF wrapper, boolean initialize) throws Exception(Code) | | Create a stage from the given stage wrapper.
If 'initialize' is true, the stage will be initialized immediately.
Returns a handle to the stage.
|
|
|