Uses of Class
org.eclipse.persistence.sessions.server.ConnectionPool
-
-
Uses of ConnectionPool in org.eclipse.persistence.internal.databaseaccess
Fields in org.eclipse.persistence.internal.databaseaccess declared as ConnectionPool Modifier and Type Field Description protected ConnectionPoolDatasourceAccessor. poolMethods in org.eclipse.persistence.internal.databaseaccess that return ConnectionPool Modifier and Type Method Description ConnectionPoolAccessor. getPool()Return the associated connection pool this connection was obtained from.ConnectionPoolDatasourceAccessor. getPool()Return the associated connection pool this connection was obtained from.Methods in org.eclipse.persistence.internal.databaseaccess with parameters of type ConnectionPool Modifier and Type Method Description voidAccessor. setPool(ConnectionPool pool)Set the associated connection pool this connection was obtained from.voidDatasourceAccessor. setPool(ConnectionPool pool)Set the associated connection pool this connection was obtained from. -
Uses of ConnectionPool in org.eclipse.persistence.internal.sequencing
Methods in org.eclipse.persistence.internal.sequencing that return ConnectionPool Modifier and Type Method Description ConnectionPoolSequencingServer. getConnectionPool() -
Uses of ConnectionPool in org.eclipse.persistence.internal.sessions.factories
Methods in org.eclipse.persistence.internal.sessions.factories that return ConnectionPool 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.Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type ConnectionPool Modifier and Type Method Description protected voidSessionsFactory. processConnectionPoolConfig(ConnectionPoolConfig poolConfig, ConnectionPool connectionPool, AbstractSession session)INTERNAL: Process the common elements from a ConnectionPoolConfig -
Uses of ConnectionPool in org.eclipse.persistence.sequencing
Methods in org.eclipse.persistence.sequencing that return ConnectionPool Modifier and Type Method Description ConnectionPoolSequencingControl. getConnectionPool()ADVANCED: Return the connection pool to use for sequencing.Methods in org.eclipse.persistence.sequencing with parameters of type ConnectionPool Modifier and Type Method Description voidSequencingControl. setConnectionPool(ConnectionPool pool)ADVANCED: Set the connection pool to use for sequencing. -
Uses of ConnectionPool in org.eclipse.persistence.sessions.server
Subclasses of ConnectionPool in org.eclipse.persistence.sessions.server Modifier and Type Class Description classExternalConnectionPoolPurpose: This subclass is intended to be used with external connection pools.classReadConnectionPoolPurpose: The read connection pool is used for read access through the server session.Fields in org.eclipse.persistence.sessions.server declared as ConnectionPool Modifier and Type Field Description protected ConnectionPoolServerSession. readConnectionPoolFields in org.eclipse.persistence.sessions.server with type parameters of type ConnectionPool Modifier and Type Field Description protected Map<String,ConnectionPool>ServerSession. connectionPoolsMethods in org.eclipse.persistence.sessions.server that return ConnectionPool Modifier and Type Method Description ConnectionPoolServer. getConnectionPool(String poolName)PUBLIC: Return the pool by name.ConnectionPoolServerSession. getConnectionPool(String poolName)PUBLIC: Return the pool by name.ConnectionPoolServer. getDefaultConnectionPool()PUBLIC: Return the default connection pool.ConnectionPoolServerSession. getDefaultConnectionPool()PUBLIC: Return the default connection pool.ConnectionPoolServer. getReadConnectionPool()PUBLIC: Handles allocating connections for read queries.ConnectionPoolServerSession. getReadConnectionPool()PUBLIC: Return the read connection pool.Methods in org.eclipse.persistence.sessions.server that return types with arguments of type ConnectionPool Modifier and Type Method Description Map<String,ConnectionPool>ServerSession. getConnectionPools()INTERNAL: Connection are pooled to share and restrict the number of database connections.Methods in org.eclipse.persistence.sessions.server with parameters of type ConnectionPool Modifier and Type Method Description voidServer. addConnectionPool(ConnectionPool pool)PUBLIC: Connection are pooled to share and restrict the number of database connections.voidServerSession. addConnectionPool(ConnectionPool pool)PUBLIC: Connection are pooled to share and restrict the number of database connections.voidServer. setReadConnectionPool(ConnectionPool readConnectionPool)PUBLIC: Sets the read connection pool directly.voidServerSession. setReadConnectionPool(ConnectionPool readConnectionPool)PUBLIC: Set the read connection pool.Method parameters in org.eclipse.persistence.sessions.server with type arguments of type ConnectionPool Modifier and Type Method Description voidServerSession. setConnectionPools(Map<String,ConnectionPool> connectionPools)INTERNAL: Connection are pooled to share and restrict the number of database connections.
-