Public Instance Methods : SstRemoteReference

class implements Interface: IuSstForwarder
* sstForward: selector goto
* sstForwardMessage: message goto
* sstTarget goto
* sstTarget: value goto
class implements Interface: IuSstRemoteReference
* sstIsRemote goto
* sstIsValid goto
* sstSpace goto
* sstIn: space
	"ACTION
		Answer a reference to the remote object in @space whose id is 
		the receiver.  @space must be an actual space as opposed to 
		just a space name.  

	PARAMETERS
		space : <IdSstObjectSpace>

	RETURN VALUE
		<IuSstRemoteReference>

	NOTES
		This assumes that remote objects will only ever be nested two deep."
Categories
	SST-API User
* sstIn: space context: context
	"ACTION
		Answer a reference to the remote object in @space in @context 
		whose id 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> | nil

	RETURN VALUE
		<IuSstRemoteReference>

	NOTES
		This assumes that remote objects will only ever be nested two deep."
Categories
	SST-API User

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