Package | Description |
---|---|
oracle.toplink.essentials.internal.sessions | |
oracle.toplink.essentials.sessions | |
oracle.toplink.essentials.threetier |
Modifier and Type | Class and Description |
---|---|
class |
IsolatedClientSession
Provides isolation support by allowing a client session
to have a local cache of the subset of the classes.
|
Constructor and Description |
---|
ClientSessionIdentityMapAccessor(ClientSession session)
INTERNAL:
Create a ClientSessionIdentityMapAccessor
Since the parent session's identity map manager is used, an IdentityMapManager
does not need to be supplied to the constructor
|
Modifier and Type | Method and Description |
---|---|
void |
SessionEventManager.postAcquireExclusiveConnection(ClientSession clientSession,
Accessor accessor)
INTERNAL:
Raised after acquire a connection from a connection pool.
|
void |
SessionEventManager.preReleaseExclusiveConnection(ClientSession clientSession,
Accessor accessor)
INTERNAL:
This event is fired just before a Client Session, with isolated data,
releases its Exclusive Connection
|
Modifier and Type | Method and Description |
---|---|
ClientSession |
Server.acquireClientSession()
PUBLIC:
Return a client session for this server session.
|
ClientSession |
ServerSession.acquireClientSession()
PUBLIC:
Return a client session for this server session.
|
ClientSession |
Server.acquireClientSession(ConnectionPolicy connectionPolicy)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
ServerSession.acquireClientSession(ConnectionPolicy connectionPolicy)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
Server.acquireClientSession(Login login)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
ServerSession.acquireClientSession(Login login)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
Server.acquireClientSession(String poolName)
PUBLIC:
Return a client session for this server session.
|
ClientSession |
ServerSession.acquireClientSession(String poolName)
PUBLIC:
Return a client session for this server session.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerSession.acquireClientConnection(ClientSession clientSession)
INTERNAL:
Allocate the client's connection resource.
|
void |
ServerSession.releaseClientSession(ClientSession clientSession)
INTERNAL:
Release the clients connection resource.
|
Copyright © 2023. All rights reserved.