Public Instance Methods : IuSstRuntimeConfiguration
callbacks
"ACTION
Return the actual callback interface associated with the receiver.
This can be used to directly add and remove callbacks. The
callback interface will have the same owner as the receiver.
RETURN VALUE
<SstCallbackInterface>"
callbacks: value
"ACTION
Set the receiver's callback interface to @value. The callback
interface will be made to have the same owner as the receiver.
PARAMETERS
value : <SstCallbackInterface>"
copy
"ACTION
Return a copy of the receiver such that it can be modified and
not affect the original. In general this is just a shallow copy with
the exception that the receiver's callback interface (%callbacks)
is further copied. The actual callback records themselves are
not copied.
RETURN VALUE
<IuSstRuntimeConfiguration>
NOTES
Implementations may vary the level of copying."
owner: value
"ACTION
Set the receiver's %owner to @value. The owner is the instantiated
component for which the receiver manages the configuration.
The receiver and its callback interface will share the same owner.
PARAMETERS
value : <IuSstConfigurable>"
[FIRST] [PREV] [NEXT] [LAST]