Public Instance Methods : IdSstObjectSpace
accessibleUrls
"ACTION
Answer a collection of urls that can be used to communicate
with the receiver.
RETURN VALUE
<Array of <IuSstUrl>>"
activation
"ACTION
Answer the activation object of the receiver. This defaults to nil.
The activation object must be immutable.
RETURN VALUE
<Object>"
activation: value
"ACTION
Set the activation object of the receiver to @value.
@value must be immutable; an exception is raised if not.
PARAMETERS
value : <Object>
EXCEPTIONS
ExSstNonFatalError : Thrown if @value is not immutable."
addHandler: handler
"ACTION
Add @handler as an invocation handler managing invocations
in the receiver.
PARAMETERS
handler : <IuSstInvocationHandler> | <IuSstRemoteHandler>"
context
"ACTION
Answer the application context with which the receiver is
associated. Answrr nil if there is no associated context.
RETURN VALUE
<IuSstApplicationContext> | nil"
handlers
"ACTION
Answer a collection of invocation handlers associated with the receiver.
RETURN VALUE
<Collection of <IuSstInvocationHandler> | <IuSstRemoteInvocationHandler>>"
id
"ACTION
Answer the identifying name of the receiver.
RETURN VALUE
<IuSstComponentName>"
isLocalSpace
"ACTION
Return true if the receiver is a local object space.
RETURN VALUE
<Boolean>"
removeHandler: handler
"ACTION
Remove @handler from service in the receiver.
PARAMETERS
handler : <IuSstInvocationHandler> | <IuSstRemoteHandler>"
sstIsSpace
"ACTION
Return true to indicate that the receiver is an object space.
RETURN VALUE
<true>
NOTES
The class Object may implement this method to return false for
the general case."
[FIRST] [PREV] [NEXT] [LAST]