An interface for multithreaded channels.
Multithreaded channels are trusted to keep their own state/session/user
separation (instead of relying on the servlet engine to do so).
The methods are exact analogs of those in
IChannel interface,
but means to identify the channel instance are passed along
with each method.
Please refer to
IChannel interface for method descriptions.
author: Peter Kharchenko pkharchenko@interactivebusiness.com version: $Revision: 36690 $ See Also:IChannel See Also:IMultithreadedCacheable
Parameters: uid - a string uniqly identifying a channel "instance" in the system.For example, a combination of session id and channel instance id would fit the bill.