Oracle Application Server TopLink API Reference
10g Release 2 (10.1.2)

B15903-01


oracle.toplink.threetier
Class ClientSession

java.lang.Object
  extended byoracle.toplink.publicinterface.Session
      extended byoracle.toplink.threetier.ClientSession

All Implemented Interfaces:
java.lang.Cloneable, CommandProcessor, java.io.Serializable, Session

public class ClientSession
extends oracle.toplink.publicinterface.Session

Purpose: Acts as a client to the server session.

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 Session. Please refer to that class for a full API. The public interface should be used.

See Also:
Server, UnitOfWork, Serialized Form

Field Summary

Fields inherited from interface oracle.toplink.remotecommand.CommandProcessor
LOG_DEBUG, LOG_ERROR, LOG_INFO, LOG_WARNING

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait


Copyright © 1998, 2005 Oracle Corporation. All Rights Reserved.