Public Instance Methods : SstLocalSpace

class implements Interface: IdSstExportSet
* export: object goto
* export: object as: objectId goto
* exportIdFor: object goto
* objectExportedAs: key goto
* objectExportedAs: key ifAbsent: absentHandler goto
* resolve: key ifAbsent: absentHandler goto
* unexportId: key goto
* unexportObject: object goto
class implements Interface: IdSstImportSet
* import: handle as: object goto
* import: handle as: object for: importer goto
* objectImportedAs: key goto
* objectImportedAs: key ifAbsent: absentHandler goto
* resolve: key ifAbsent: absentHandler goto
* unimportHandle: key goto
* unimportObject: object goto
class implements Interface: IdSstLocalSpace
* addHandler: handler goto
* removeHandler: handler goto
* resolve: key ifAbsent: absentHandler goto
class implements Interface: IdSstObjectSpace
* accessibleUrls goto
* activation goto
* activation: value goto
* addHandler: handler goto
* context goto
* handlers goto
* id goto
* isLocalSpace goto
* removeHandler: handler goto
* sstIsSpace goto
class implements Interface: IdSstRestartable
* cleanUpOnRestart goto
* startUpOnRestart goto
class implements Interface: IuSstConfigurable
* configuration goto
* configuration: value goto
class implements Interface: IuSstStartable
* clear goto
* shutDown goto
* startUp goto
* exportReferenceFor: object
	"ACTION
		Answer a remote reference object which refers to @object in 
		the receiver.  If @object is not already remote then the 
		%exportSelector set on the receiver's configuration is sent (to
		@object) with the receiver as the first argument. The result of 
		this is used to build the remote reference built according to the 
		receiver's configuration.

	PARAMETERS
		object : <Object>

	RETURN VALUE
		<IuSstRemoteReference>"
Categories
	SST-API Developer
* invalidateHandles
	"ACTION
		Scan the receiver's import set invalidating and removing all handles."
Categories
	SST-API Developer
* invalidateHandlesFromSpace: space
	"ACTION
		Scan the receiver's import set invalidating and removing any 
		handles which refer to objects in @space. 

	PARAMETERS
		space : <IdSstObjectSpace>"
Categories
	SST-API Developer
* isTransientKey: value
	"ACTION
		Answer true if @value is a transient key.  Transient keys identify 
		objects which have been automatically exported.  For example, they
		may be garbage collected.
		
	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer

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