Uses of Class
fedora.server.storage.ConnectionPool

Packages that use ConnectionPool
fedora.server.management   
fedora.server.resourceIndex   
fedora.server.search   
fedora.server.storage   
fedora.server.utilities   
 

Uses of ConnectionPool in fedora.server.management
 

Constructors in fedora.server.management with parameters of type ConnectionPool
DBPIDGenerator(ConnectionPool cPool, java.io.File oldPidGenDir)
          Initialize the DBPIDGenerator.
 

Uses of ConnectionPool in fedora.server.resourceIndex
 

Constructors in fedora.server.resourceIndex with parameters of type ConnectionPool
DatabaseMethodInfoStore(ConnectionPool pool, boolean storePermutations)
           
 

Uses of ConnectionPool in fedora.server.search
 

Constructors in fedora.server.search with parameters of type ConnectionPool
FieldSearchResultSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, java.lang.String[] resultFields, int maxResults, int maxSeconds, FieldSearchQuery query)
          Construct a FieldSearchResultSQLImpl object.
FieldSearchSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, int maxResults, int maxSecondsPerSession)
          Construct a FieldSearchSQLImpl that indexes DC fields.
FieldSearchSQLImpl(ConnectionPool cPool, RepositoryReader repoReader, int maxResults, int maxSecondsPerSession, boolean indexDCFields)
          Construct a FieldSearchSQLImpl that indexes DC fields only if specified.
 

Uses of ConnectionPool in fedora.server.storage
 

Fields in fedora.server.storage declared as ConnectionPool
protected static ConnectionPool FastDOReader.connectionPool
          Database ConnectionPool instance
protected  ConnectionPool DefaultDOManager.m_connectionPool
           
 

Methods in fedora.server.storage that return ConnectionPool
 ConnectionPool DefaultDOManager.getConnectionPool()
           
 ConnectionPool ConnectionPoolManagerImpl.getPool()
          Gets the default Connection Pool.
 ConnectionPool ConnectionPoolManager.getPool()
          Gets the default Connection Pool.
 ConnectionPool ConnectionPoolManagerImpl.getPool(java.lang.String poolName)
          Gets a named connection pool.
 ConnectionPool ConnectionPoolManager.getPool(java.lang.String poolName)
          Gets the specified connection pool.
 

Uses of ConnectionPool in fedora.server.utilities
 

Methods in fedora.server.utilities that return ConnectionPool
static ConnectionPool SQLUtility.getConnectionPool(DatastoreConfiguration cpDC)
           
static ConnectionPool SQLUtility.getConnectionPool(ServerConfiguration fcfg)
           
protected abstract  ConnectionPool SQLUtility.i_getConnectionPool(DatastoreConfiguration cpDC)
           
 

Methods in fedora.server.utilities with parameters of type ConnectionPool
static void SQLUtility.createNonExistingTables(ConnectionPool cPool, java.io.InputStream dbSpec)
           
protected abstract  void SQLUtility.i_createNonExistingTables(ConnectionPool pool, java.io.InputStream dbSpec)