Public Instance Methods : SstLocalSpace
class implements Interface: IdSstExportSet
export: object 
export: object as: objectId 
exportIdFor: object 
objectExportedAs: key 
objectExportedAs: key ifAbsent: absentHandler 
resolve: key ifAbsent: absentHandler 
unexportId: key 
unexportObject: object 
class implements Interface: IdSstImportSet
import: handle as: object 
import: handle as: object for: importer 
objectImportedAs: key 
objectImportedAs: key ifAbsent: absentHandler 
resolve: key ifAbsent: absentHandler 
unimportHandle: key 
unimportObject: object 
class implements Interface: IdSstLocalSpace
addHandler: handler 
removeHandler: handler 
resolve: key ifAbsent: absentHandler 
class implements Interface: IdSstObjectSpace
accessibleUrls 
activation 
activation: value 
addHandler: handler 
context 
handlers 
id 
isLocalSpace 
removeHandler: handler 
sstIsSpace 
class implements Interface: IdSstRestartable
cleanUpOnRestart 
startUpOnRestart 
class implements Interface: IuSstConfigurable
configuration 
configuration: value 
class implements Interface: IuSstStartable
clear 
shutDown 
startUp 
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]