Public Class Methods : SstApplicationContext
clearAll
"ACTION
Clear and remove all contexts from the receiver's list of known
contexts."
Categories
SST-API User
contextNamed: contextName
"ACTION
Return the context named @contextName from the receiver's list
of known contexts. Return nil if none is found.
PARAMETERS
contextName : <IuSstComponentName>
RETURN VALUE
<IuSstApplicationContext> | nil"
Categories
SST-API User
contextNamed: contextName ifNone: absentHandler
"ACTION
Return the context named @contextName from the receiver's list
of known contexts. Return the result of evaluating @absentHandler
with no arguments if none is found.
PARAMETERS
contextName : <IuSstComponentName>
absentHandler : <Block>
RETURN VALUE
<IuSstApplicationContext> | <Object>"
Categories
SST-API User
createContextNamed: contextName
"ACTION
Create, install and answer an instance of the receiver named
@contextName.
PARAMETERS
contextName : <IuSstComponentName>"
Categories
SST-API User
shutDownAll
"ACTION
Shutdown all contexts from the receiver's list of known contexts."
Categories
SST-API User
[FIRST] [PREV] [NEXT] [LAST]