Public Instance Methods : SstPooledDispatcher
class implements Interface: IdSstDispatcher
basicCleanUp 
dispatchIncoming: request 
handler 
instantiateFor: invocationHandler 
sendEarlyReply: value to: request continuation: continuation 
sendReply: value to: request 
sendRequest: request to: endpoint 
class implements Interface: IuSstStartable
clear 
shutDown 
startUp 
high: top low: bottom strict: strictness
"ACTION
Set the receiver to have @top and @bottom as the high and low worker
pool water marks (respectively). @strictness, if true, indicates that these
marks should be adhered to strictly. If false, surplus workers will not be
killed off and the low watermark (@bottom) will be acheived lazily.
PARAMETERS
high : <Integer>
low : <Integer>
strictness : <Boolean>
NOTES
These values must be set before the receiver is #startUp'd or they
may not take effect as anticipated."
Categories
SST-API Developer
[FIRST] [PREV] [NEXT] [LAST]