Package org.eclnt.ccee.db.dofw
Interface IDBConnectionPoolAccessKeyBuilder
- All Known Implementing Classes:
DBConnectionPoolDefaultAccessKeyBuilder
public interface IDBConnectionPoolAccessKeyBuilder
Interface to program building an access key for a connection pool.
-
Method Summary
Modifier and TypeMethodDescriptionbuildAccessKey(String contextName) Build an access key for the given context name.
-
Method Details
-
buildAccessKey
Build an access key for the given context name. The access key is used to identify a connection pool.- Parameters:
contextName-- Returns:
-