Public Instance Methods : SstApplicationContext

class implements Interface: IdSstApplicationContext
* addRemoteSpace: description goto
* defaultUIHandler goto
* defaultUIHandler: value goto
* reserveSpaceName: id goto
* spaceHosting: endpoint goto
class implements Interface: IdSstRestartable
* cleanUpOnRestart goto
* startUpOnRestart goto
class implements Interface: IuSstApplicationContext
* addRemoteSpace: spaceName at: urlList goto
* addSpace: spaceName at: urlList goto
* name goto
* properties goto
* removeSpace: oldSpace goto
* reset goto
* restartMode goto
* restartMode: value goto
* setupFor: spaceName using: config goto
* space goto
* spaceFor: id goto
* spaceFor: id ifNone: absentHandler goto
* spaces goto
class implements Interface: IuSstConfigurable
* configuration goto
* configuration: value goto
class implements Interface: IuSstStartable
* clear goto
* shutDown goto
* startUp goto
* 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]