com.mchange.v2.c3p0.management
Class NullManagementCoordinator

java.lang.Object
  extended by com.mchange.v2.c3p0.management.NullManagementCoordinator
All Implemented Interfaces:
ManagementCoordinator

public class NullManagementCoordinator
extends java.lang.Object
implements ManagementCoordinator


Constructor Summary
NullManagementCoordinator()
           
 
Method Summary
 void attemptManageC3P0Registry()
           
 void attemptManagePooledDataSource(PooledDataSource pds)
           
 void attemptUnmanageC3P0Registry()
           
 void attemptUnmanagePooledDataSource(PooledDataSource pds)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullManagementCoordinator

public NullManagementCoordinator()
Method Detail

attemptManageC3P0Registry

public void attemptManageC3P0Registry()
Specified by:
attemptManageC3P0Registry in interface ManagementCoordinator

attemptUnmanageC3P0Registry

public void attemptUnmanageC3P0Registry()
Specified by:
attemptUnmanageC3P0Registry in interface ManagementCoordinator

attemptManagePooledDataSource

public void attemptManagePooledDataSource(PooledDataSource pds)
Specified by:
attemptManagePooledDataSource in interface ManagementCoordinator

attemptUnmanagePooledDataSource

public void attemptUnmanagePooledDataSource(PooledDataSource pds)
Specified by:
attemptUnmanagePooledDataSource in interface ManagementCoordinator