|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StageIF | |
---|---|
seda.sandStorm.api | |
seda.sandStorm.api.internal | |
seda.sandStorm.internal | |
seda.sandStorm.lib.aDisk | |
seda.sandStorm.lib.aSocket |
Uses of StageIF in seda.sandStorm.api |
---|
Methods in seda.sandStorm.api that return StageIF | |
---|---|
StageIF |
ManagerIF.createStage(java.lang.String stagename,
EventHandlerIF eventHandler,
java.lang.String[] initargs)
Create a stage with the given name, event handler, and initial arguments. |
StageIF |
ConfigDataIF.getStage()
Return the StageIF for this stage. |
StageIF |
ManagerIF.getStage(java.lang.String stagename)
Return a handle to the stage with the given name. |
Methods in seda.sandStorm.api with parameters of type StageIF | |
---|---|
void |
ConfigDataIF.setStage(StageIF stage)
Used to set the StageIF when initializing a ConfigDataIF. |
Uses of StageIF in seda.sandStorm.api.internal |
---|
Methods in seda.sandStorm.api.internal that return StageIF | |
---|---|
StageIF |
SystemManagerIF.createStage(StageWrapperIF wrapper,
boolean initialize)
Create a stage from the given stage wrapper. |
StageIF |
StageWrapperIF.getStage()
Return the StageIF for this stage. |
Uses of StageIF in seda.sandStorm.internal |
---|
Classes in seda.sandStorm.internal that implement StageIF | |
---|---|
class |
Stage
A Stage is a basic implementation of StageIF for application-level stages. |
Methods in seda.sandStorm.internal that return StageIF | |
---|---|
StageIF |
sandStormMgr.createStage(StageWrapperIF wrapper,
boolean initialize)
Create a stage from the given stage wrapper. |
StageIF |
sandStormMgr.createStage(java.lang.String stageName,
EventHandlerIF evHandler,
java.lang.String[] initargs)
Create a stage with the given name from the given event handler with the given initial arguments. |
StageIF |
ConfigData.getStage()
Return the stage for this ConfigData. |
StageIF |
StageWrapper.getStage()
Return the stage handle for this stage. |
StageIF |
sandStormMgr.getStage(java.lang.String stagename)
Return a handle to given stage. |
Methods in seda.sandStorm.internal with parameters of type StageIF | |
---|---|
void |
ConfigData.setStage(StageIF stage)
|
Uses of StageIF in seda.sandStorm.lib.aDisk |
---|
Methods in seda.sandStorm.lib.aDisk that return StageIF | |
---|---|
StageIF |
AFileTPStageWrapper.getStage()
Return the stage handle for this stage. |
Uses of StageIF in seda.sandStorm.lib.aSocket |
---|
Methods in seda.sandStorm.lib.aSocket that return StageIF | |
---|---|
StageIF |
aSocketStageWrapper.getStage()
Return the stage handle for this stage. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |