com.mchange.v2.c3p0.management
Interface ManagementCoordinator

All Known Implementing Classes:
ActiveManagementCoordinator, NullManagementCoordinator

public interface ManagementCoordinator


Method Summary
 void attemptManageC3P0Registry()
           
 void attemptManagePooledDataSource(PooledDataSource pds)
           
 void attemptUnmanageC3P0Registry()
           
 void attemptUnmanagePooledDataSource(PooledDataSource pds)
           
 

Method Detail

attemptManageC3P0Registry

void attemptManageC3P0Registry()

attemptUnmanageC3P0Registry

void attemptUnmanageC3P0Registry()

attemptManagePooledDataSource

void attemptManagePooledDataSource(PooledDataSource pds)

attemptUnmanagePooledDataSource

void attemptUnmanagePooledDataSource(PooledDataSource pds)