Public Instance Methods : SstPooledDispatcher

class implements Interface: IdSstDispatcher
* basicCleanUp goto
* dispatchIncoming: request goto
* handler goto
* instantiateFor: invocationHandler goto
* sendEarlyReply: value to: request continuation: continuation goto
* sendReply: value to: request goto
* sendRequest: request to: endpoint goto
class implements Interface: IuSstStartable
* clear goto
* shutDown goto
* startUp goto
* 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]