Package com.mchange.v2.c3p0.management
Class ActiveManagementCoordinator
- java.lang.Object
-
- com.mchange.v2.c3p0.management.ActiveManagementCoordinator
-
- All Implemented Interfaces:
ManagementCoordinator
public class ActiveManagementCoordinator extends java.lang.Object implements ManagementCoordinator
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringC3P0_REGISTRY_NAME_KEYstatic java.lang.StringEXCLUDE_IDENTITY_TOKEN_KEY
-
Constructor Summary
Constructors Constructor Description ActiveManagementCoordinator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidattemptManageC3P0Registry()voidattemptManagePooledDataSource(PooledDataSource pds)voidattemptUnmanageC3P0Registry()voidattemptUnmanagePooledDataSource(PooledDataSource pds)
-
-
-
Field Detail
-
C3P0_REGISTRY_NAME_KEY
public static final java.lang.String C3P0_REGISTRY_NAME_KEY
- See Also:
- Constant Field Values
-
EXCLUDE_IDENTITY_TOKEN_KEY
public static final java.lang.String EXCLUDE_IDENTITY_TOKEN_KEY
- See Also:
- Constant Field Values
-
-
Method Detail
-
attemptManageC3P0Registry
public void attemptManageC3P0Registry()
- Specified by:
attemptManageC3P0Registryin interfaceManagementCoordinator
-
attemptUnmanageC3P0Registry
public void attemptUnmanageC3P0Registry()
- Specified by:
attemptUnmanageC3P0Registryin interfaceManagementCoordinator
-
attemptManagePooledDataSource
public void attemptManagePooledDataSource(PooledDataSource pds)
- Specified by:
attemptManagePooledDataSourcein interfaceManagementCoordinator
-
attemptUnmanagePooledDataSource
public void attemptUnmanagePooledDataSource(PooledDataSource pds)
- Specified by:
attemptUnmanagePooledDataSourcein interfaceManagementCoordinator
-
-