Public Class Methods : SstIor
for: value context: context
"ACTION
Answer is a Smalltalk form of an ::IOP::IOR, representing @value with
no type information.
PARAMETERS
value : <Object>
context : <IuSstApplicationContext>
RETURN VALUE
<instance of self>
EXCEPTIONS
ExSstNonFatalError : thrown if @value is not an exportable object, or if
there are no known profile classes."
Categories
SST-API Developer
for: value context: context key: exportKey
"ACTION
Answer is a Smalltalk form of an ::IOP::IOR, representing @value. Type
information is not given. The key used in exporting @value is @exportKey.
PARAMETERS
value : <Object>
context : <IuSstApplicationContext>
key : <IuSstExportKey> | nil
RETURN VALUE
<instance of self>
EXCEPTIONS
ExSstNonFatalError : thrown if @value is not an exportable object, or if
there are no known profile classes."
Categories
SST-API Developer
for: value type: typeId context: context
"ACTION
Answer is a Smalltalk form of an ::IOP::IOR, representing @value with
whatever type information is provided by @typeId. To determine an appropriate
object key for @value, @context is used to find a local space. If the context
is not capable of exporting an object, an exception is thrown.
PARAMETERS
value : <Object>
typeId : <String> | nil
context : <IuSstApplicationContext>
RETURN VALUE
<instance of self>
EXCEPTIONS
ExSstNonFatalError : thrown if @value is not an exportable object, or if
there are no known profile classes."
Categories
SST-API Developer
for: value type: typeId context: context key: exportKey
"ACTION
Answer is a Smalltalk form of an ::IOP::IOR, representing @value with
whatever type information is provided by @typeId. The key used in
exporting @value is @exportKey. If the context is not capable of
exporting an object, an exception is thrown.
PARAMETERS
value : <Object>
typeId : <String> | nil
context : <IuSstApplicationContext>
exportKey : <IuSstExportKey> | nil
RETURN VALUE
<instance of self>
EXCEPTIONS
ExSstNonFatalError : thrown if @value is not an exportable object, or if
there are no known profile classes."
Categories
SST-API Developer
nullIor
"ACTION
Answer is a Smalltalk form of an ::IOP::IOR, representing a null object reference.
RETURN VALUE
<instance of self>"
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]