|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionPool | |
|---|---|
| org.fcrepo.server.management | |
| org.fcrepo.server.search | |
| org.fcrepo.server.storage | |
| org.fcrepo.server.utilities | |
| Uses of ConnectionPool in org.fcrepo.server.management |
|---|
| Constructors in org.fcrepo.server.management with parameters of type ConnectionPool | |
|---|---|
DBPIDGenerator(ConnectionPool cPool,
File oldPidGenDir)
Initialize the DBPIDGenerator. |
|
| Uses of ConnectionPool in org.fcrepo.server.search |
|---|
| Constructors in org.fcrepo.server.search with parameters of type ConnectionPool | |
|---|---|
FieldSearchResultSQLImpl(ConnectionPool cPool,
RepositoryReader repoReader,
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 org.fcrepo.server.storage |
|---|
| Fields in org.fcrepo.server.storage declared as ConnectionPool | |
|---|---|
protected ConnectionPool |
DefaultDOManager.m_connectionPool
|
| Methods in org.fcrepo.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(String poolName)
Gets a named connection pool. |
ConnectionPool |
ConnectionPoolManager.getPool(String poolName)
Gets the specified connection pool. |
| Uses of ConnectionPool in org.fcrepo.server.utilities |
|---|
| Methods in org.fcrepo.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 org.fcrepo.server.utilities with parameters of type ConnectionPool | |
|---|---|
static void |
SQLUtility.createNonExistingTables(ConnectionPool cPool,
InputStream dbSpec)
|
protected abstract void |
SQLUtility.i_createNonExistingTables(ConnectionPool pool,
InputStream dbSpec)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||