Uses of Class
org.eclipse.persistence.sessions.server.ServerSession
-
-
Uses of ServerSession in org.eclipse.persistence.descriptors.partitioning
Methods in org.eclipse.persistence.descriptors.partitioning with parameters of type ServerSession Modifier and Type Method Description AccessorPartitioningPolicy. acquireAccessor(String poolName, ServerSession session, DatabaseQuery query, boolean returnNullIfDead)INTERNAL: Return an accessor from the pool.AccessorRoundRobinPartitioningPolicy. nextAccessor(ServerSession session, DatabaseQuery query)INTERNAL: Return the next connection accessor. -
Uses of ServerSession in org.eclipse.persistence.internal.helper
Fields in org.eclipse.persistence.internal.helper with type parameters of type ServerSession Modifier and Type Field Description static Class<ServerSession>ClassConstants. ServerSession_Class -
Uses of ServerSession in org.eclipse.persistence.internal.sessions
Constructors in org.eclipse.persistence.internal.sessions with parameters of type ServerSession Constructor Description ExclusiveIsolatedClientSession(ServerSession parent, ConnectionPolicy connectionPolicy)ExclusiveIsolatedClientSession(ServerSession parent, ConnectionPolicy connectionPolicy, Map properties)IsolatedClientSession(ServerSession parent, ConnectionPolicy connectionPolicy)IsolatedClientSession(ServerSession parent, ConnectionPolicy connectionPolicy, Map properties) -
Uses of ServerSession in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type ServerSession Modifier and Type Method Description protected ConnectionPoolSessionsFactory. buildConnectionPoolConfig(ConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Build a connection pool from the config to store on the server session.protected ConnectionPoolSessionsFactory. buildReadConnectionPoolConfig(ReadConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Build a read connection pool from the config to store on the server session.protected voidSessionsFactory. processConnectionPolicyConfig(ConnectionPolicyConfig connectionPolicyConfig, ServerSession serverSession)INTERNAL: Process the common elements from a ConnectionPoolConfigprotected voidSessionsFactory. processPoolsConfig(PoolsConfig poolsConfig, ServerSession serverSession)INTERNAL: Process the PoolsConfig object.protected voidSessionsFactory. processSequenceConnectionPoolConfig(ConnectionPoolConfig poolConfig, ServerSession serverSession)INTERNAL: Process a SequenceConnectionPoolConfig object. -
Uses of ServerSession in org.eclipse.persistence.sessions.server
Fields in org.eclipse.persistence.sessions.server declared as ServerSession Modifier and Type Field Description protected ServerSessionConnectionPool. ownerprotected ServerSessionClientSession. parentMethods in org.eclipse.persistence.sessions.server that return ServerSession Modifier and Type Method Description protected ServerSessionConnectionPool. getOwner()Return the ServerSession that is the owner of this connection pool.ServerSessionClientSession. getParent()INTERNAL: Return the parent.Methods in org.eclipse.persistence.sessions.server with parameters of type ServerSession Modifier and Type Method Description protected voidConnectionPool. setOwner(ServerSession owner)Set the ServerSession that owns this connection poolprotected voidClientSession. setParent(ServerSession parent)INTERNAL: Set the parent.Constructors in org.eclipse.persistence.sessions.server with parameters of type ServerSession Constructor Description ClientSession(ServerSession parent, ConnectionPolicy connectionPolicy)INTERNAL: Create and return a new client session.ClientSession(ServerSession parent, ConnectionPolicy connectionPolicy, Map properties)ConnectionPool(String name, Login login, int initialNumberOfConnections, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner)PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ConnectionPool(String name, Login login, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner)PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ConnectionPool(String name, Login login, ServerSession owner)PUBLIC: A connection pool is used to specify how connection should be pooled in a server session.ExternalConnectionPool(String name, Login login, ServerSession owner)PUBLIC: Build a new external connection pool.ReadConnectionPool(String name, Login login, int initialNumberOfConnections, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner)PUBLIC: Build a new read connection pool.ReadConnectionPool(String name, Login login, int minNumberOfConnections, int maxNumberOfConnections, ServerSession owner)PUBLIC: Build a new read connection pool.ReadConnectionPool(String name, Login login, ServerSession owner)PUBLIC: Build a new read connection pool.
-