Package com.mchange.v2.c3p0.management
Interface ManagementCoordinator
-
- All Known Implementing Classes:
ActiveManagementCoordinator,NullManagementCoordinator
public interface ManagementCoordinator
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidattemptManageC3P0Registry()voidattemptManagePooledDataSource(PooledDataSource pds)voidattemptUnmanageC3P0Registry()voidattemptUnmanagePooledDataSource(PooledDataSource pds)
-
-
-
Method Detail
-
attemptManageC3P0Registry
void attemptManageC3P0Registry()
-
attemptUnmanageC3P0Registry
void attemptUnmanageC3P0Registry()
-
attemptManagePooledDataSource
void attemptManagePooledDataSource(PooledDataSource pds)
-
attemptUnmanagePooledDataSource
void attemptUnmanagePooledDataSource(PooledDataSource pds)
-
-