Public Instance Methods : Symbol
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
<IdSstRemoteReference>
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
<IdSstRemoteReference>
NOTES
This assumes that remote objects will only ever be nested two deep."
Categories
SST-API User
[FIRST] [PREV] [NEXT] [LAST]