oracle.toplink.essentials.threetier |
|
Java Source File Name | Type | Comment |
ClientSession.java | Class | 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. |
ConnectionPolicy.java | Class |
Purpose: Used to specify how a client session's should be allocated. |
ConnectionPool.java | Class |
Purpose: Used to specify how connection should be pooled in a server session. |
ExternalConnectionPool.java | Class |
Purpose: This subclass is intended to be used with external connection pools. |
ReadConnectionPool.java | Class |
Purpose:The read connection pool is used for read access through the server session. |
Server.java | Interface |
Purpose: A single session that supports multiple user/clients connection at the same time.
Description: This session supports a shared session that can be used by multiple users
or clients in a three-tiered application. |
ServerSession.java | Class | Implementation of Server
INTERNAL:
The public interface should be used.
Purpose: A single session that supports multiple user/clients connection at the same time.
Description: This session supports a shared session that can be used by multiple users
or clients in a three-tiered application. |