Public Instance Methods : SstApplicationContext
class implements Interface: IdSstApplicationContext
addRemoteSpace: description 
defaultUIHandler 
defaultUIHandler: value 
reserveSpaceName: id 
spaceHosting: endpoint 
class implements Interface: IdSstRestartable
cleanUpOnRestart 
startUpOnRestart 
class implements Interface: IuSstApplicationContext
addRemoteSpace: spaceName at: urlList 
addSpace: spaceName at: urlList 
name 
properties 
removeSpace: oldSpace 
reset 
restartMode 
restartMode: value 
setupFor: spaceName using: config 
space 
spaceFor: id 
spaceFor: id ifNone: absentHandler 
spaces 
class implements Interface: IuSstConfigurable
configuration 
configuration: value 
class implements Interface: IuSstStartable
clear 
shutDown 
startUp 
defaultNamingService
"ACTION
Answer the naming service object which is associated with the receiver.
RETURN VALUE
<user naming service> (e.g, <SstNamingContext>)"
Categories
SST-API Developer
defaultNamingService: value
"ACTION
Update the default naming service object associated with
the receiver to be @value. Automatically export @value as
the well known key SstNamingServiceKey. Answer @value.
PARAMETERS
value : <user naming service> (e.g, <SstNamingContext>) | nil
RETURN VALUE
<user naming service> (e.g, <SstNamingContext>) | nil
EXCEPTIONS
ExSstSetupError : Thrown if the receiver is not setup."
Categories
SST-API Developer
defaultNamingServiceFor: value
"ACTION
Create a remote reference to the default naming service residing at @value.
The default naming service at @value may not exist, or be exported,
at the time this operation is performed. It is the user's responsibility to make
sure this occurs prior to sending any requests to this service. If the user provides
the receiver's local space instead, then the local default naming service (if any)
is returned.
PARAMTERS
value : <IdSstObjectSpace>
RETURN VALUE
<IuSstRemoteReference> | <user naming service> (e.g, <SstNamingContext>)
NOTES
This operation only works for spaces that support #sstIn: protocol, and where that
operation results in the forging of a remote reference which is valid for the remote
space. "
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]