Public Instance Methods : IdSstRestartable
cleanUpOnRestart
"ACTION
Clean up the receiver from a previous image save. This method
is executed during image #preStartUp. All we want to do is clear/kill
anything which might interfere with the image startUp sequence before
SST gets a chance to actually startUp.
See #restartMode: for details on controlling the restart sequence.
NOTES
It is vital that nothing here cause a walkback or cause suspended
processes to be resumed.
This method must be implemented by developers of restartable
components as it is called by the system."
startUpOnRestart
"ACTION
Start the receiver (or its related component) according to its configured
restartMode. This occurs on image restart (i.e., image load).
See #restartMode: for details on controlling the restart sequence.
NOTES
This method must be implemented by developers of restartable
components as it is called by the system.
EXCEPTIONS
ExSstSetupError : Thrown if an error occurs during restart."
[FIRST] [PREV] [NEXT] [LAST]