Uses of Class
org.eclipse.persistence.sessions.server.ClientSession
-
Packages that use ClientSession Package Description org.eclipse.persistence.internal.sessions org.eclipse.persistence.sessions org.eclipse.persistence.sessions.server -
-
Uses of ClientSession in org.eclipse.persistence.internal.sessions
Subclasses of ClientSession in org.eclipse.persistence.internal.sessions Modifier and Type Class Description classExclusiveIsolatedClientSessionclassIsolatedClientSessionProvides isolation support by allowing a client session to have a local cache of the subset of the classes.Constructors in org.eclipse.persistence.internal.sessions with parameters of type ClientSession Constructor 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 -
Uses of ClientSession in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions with parameters of type ClientSession Modifier and Type Method Description voidSessionEventManager. postAcquireExclusiveConnection(ClientSession clientSession, Accessor accessor)INTERNAL: Raised after acquire a connection from a connection pool.voidSessionEventManager. preReleaseExclusiveConnection(ClientSession clientSession, Accessor accessor)INTERNAL: This event is fired just before a Client Session, with isolated data, releases its Exclusive Connection -
Uses of ClientSession in org.eclipse.persistence.sessions.server
Methods in org.eclipse.persistence.sessions.server that return ClientSession Modifier and Type Method Description ClientSessionServer. acquireClientSession()PUBLIC: Return a client session for this server session.ClientSessionServer. acquireClientSession(String poolName)PUBLIC: Return a client session for this server session.ClientSessionServer. acquireClientSession(Login login)PUBLIC: Return a client session for this server session.ClientSessionServer. acquireClientSession(ConnectionPolicy connectionPolicy)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession()PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(String poolName)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(String poolName, Map properties)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(Map properties)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(Login login)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(Login login, Map properties)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(ConnectionPolicy connectionPolicy)PUBLIC: Return a client session for this server session.ClientSessionServerSession. acquireClientSession(ConnectionPolicy connectionPolicy, Map properties)PUBLIC: Return a client session for this server session.Methods in org.eclipse.persistence.sessions.server with parameters of type ClientSession Modifier and Type Method Description voidServerSession. acquireClientConnection(ClientSession clientSession)INTERNAL: Allocate the client's connection resource.voidServerSession. releaseClientSession(ClientSession clientSession)INTERNAL: Release the clients connection resource.voidServerSession. releaseInvalidClientSession(ClientSession clientSession)INTERNAL: Release any invalid connection in the client session.
-