Package com.mchange.v2.c3p0.management
Class NullManagementCoordinator
- java.lang.Object
-
- com.mchange.v2.c3p0.management.NullManagementCoordinator
-
- All Implemented Interfaces:
ManagementCoordinator
public class NullManagementCoordinator extends java.lang.Object implements ManagementCoordinator
-
-
Constructor Summary
Constructors Constructor Description NullManagementCoordinator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attemptManageC3P0Registry()
void
attemptManagePooledDataSource(PooledDataSource pds)
void
attemptUnmanageC3P0Registry()
void
attemptUnmanagePooledDataSource(PooledDataSource pds)
-
-
-
Method Detail
-
attemptManageC3P0Registry
public void attemptManageC3P0Registry()
- Specified by:
attemptManageC3P0Registry
in interfaceManagementCoordinator
-
attemptUnmanageC3P0Registry
public void attemptUnmanageC3P0Registry()
- Specified by:
attemptUnmanageC3P0Registry
in interfaceManagementCoordinator
-
attemptManagePooledDataSource
public void attemptManagePooledDataSource(PooledDataSource pds)
- Specified by:
attemptManagePooledDataSource
in interfaceManagementCoordinator
-
attemptUnmanagePooledDataSource
public void attemptUnmanagePooledDataSource(PooledDataSource pds)
- Specified by:
attemptUnmanagePooledDataSource
in interfaceManagementCoordinator
-
-