Server Smalltalk Guide
Application contexts provide a way of controlling end-user application
specific control over the SST startup sequence. The following modes are
valid settings for a context's restartMode option:
- SstCleanUpMode
- Cleans up the context components according to each individual
component's restartMode configuration options. The
default.
- SstClearMode
- Clears out the whole context using clear. This mode
overrides any settings in the configurations of individual components.
- SstRestartMode
- Runs SstCleanUpMode then restarts the entire context using
startUp.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]