Public Instance Methods : String

* sstGlobalIn: space
	"ACTION
		Answer a reference to the remote global object in @space whose 
		global name is the receiver.  @space must be an actual space as 
		opposed to just a space name.

	PARAMETERS
		space : <IdSstObjectSpace>

	RETURN VALUE
		<IuSstRemoteReference>

	EXCEPTIONS
		ExSstNonFatalError : if the context is invalid, or @space does not exist."
Categories
	SST-API User
* sstGlobalIn: space context: context
	"ACTION
		Answer a reference to the remote global object in @space in 
		@context whose global name is the receiver.  If @context is nil 
		then @space must be an actual space.  If a real context is 
		provided then @space can be either a space from that context 
		or the name of a space in that context.

	PARAMETERS
		space : <IdSstObjectSpace> |  <IuSstComponentName>
		context : <IuSstApplicationContext>

	RETURN VALUE
		<IuSstRemoteReference>

	EXCEPTIONS
		ExSstNonFatalError : if the context is invalid, or @space does not exist."
Categories
	SST-API User

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