Public Class Methods : SstRemoteReference

* export: object in: space
	"ACTION
		Answer an instance of the receiver which is the remote representation 
		of @object in @space.  @object can be either a import key or an 
		object.  If it is an object then its export key is looked up in @space.

	PARAMETERS
		object : <Object> | <IuSstImportKey>
		space : <IdSstObjectSpace>

	RETURN VALUE
		<IuSstRemoteReference>

	NOTES
		This method is used primarily during marshaling to build references
		to local objects.  These references are then dumped on the marshaling
		output."
Categories
	SST-API User
* for: object in: space
	"ACTION
		Build and return a new instance of the receiver for the object 
		identified by @object in space @space.

	PARAMETERS
		object : <IuSstExportKey> | <IuSstImportKey>
		space : <IdSstObjectSpace>

	RETURN VALUE
		<IuSstRemoteReference>"
Categories
	SST-API User

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