Public Instance Methods : IdSstApplicationContext

* addRemoteSpace: description
	"ACTION
		Add a remote space to the receiver as according to @description.
		Answer the resulting space. If the space already exists then it is 
		modified to suit @description.

	PARAMETERS
		description : <SstSpaceDescription>

	RETURN VALUE
		<IuSstRemoteSpace>

	EXCEPTIONS
		ExSstSetupError : Thrown if a machine as named in @description
			cannot be found or the receiver has not been setup."
* defaultUIHandler
	"ACTION
		Answer the default UI handler configured in the receiver.  This value
		may be nil if none has been configured.
		
		See #defaultUIHandler: for details.

	RETURN VALUE
		<Object> | nil"
* defaultUIHandler: value
	"ACTION
		Set the default UI handler of the receiver to be the object indicated 
		by @value.  @value can be one of the following:
			nil : indicating there is no ui handler
			<Object> : @value is the actual ui handler itself
			<String> | <Symbol> : use @value as a class-name, An instance of
				this class will be instantiated when needed, replacing this
				marker.

	PARAMETERS
		value : <String> | <Symbol> | <Object> | nil"
* reserveSpaceName: id
	"ACTION
		Ensure that there is a space named @id in the receiver's table of 
		spaces.  The space is only useful as a placeholder as its location 
		is not initialized

	PARAMETERS
		id : <IuSstComponentName>"
* spaceHosting: endpoint
	"ACTION
		Answer an remote object space which hosts @endpoint.  That is, an
		object space in which messages sent to @endpoint will be executed.

	PARAMETERS
		endpoint : <IuSstRemoteEndpoint>

	RETURN VALUE
		<IuSstRemoteSpace>"

[FIRST] [PREV] [NEXT] [LAST]