Description: This session is brokered by the server session for use in three-tiered applications. It is used to store the context of the connection, i.e. the login to be used for this cleint. This allows each client connected to the server to contain its own user login.
Responsibilities:
This class is an implementation of {@link oracle.toplink.essentials.sessions.Session}. Please refer to that class for a full API. The public interface should be used. @see Server @see oracle.toplink.essentials.sessions.UnitOfWork
|
|