public class NullManagementCoordinator extends java.lang.Object implements ManagementCoordinator
| Constructor and Description |
|---|
NullManagementCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
attemptManageC3P0Registry() |
void |
attemptManagePooledDataSource(PooledDataSource pds) |
void |
attemptUnmanageC3P0Registry() |
void |
attemptUnmanagePooledDataSource(PooledDataSource pds) |
public void attemptManageC3P0Registry()
attemptManageC3P0Registry in interface ManagementCoordinatorpublic void attemptUnmanageC3P0Registry()
attemptUnmanageC3P0Registry in interface ManagementCoordinatorpublic void attemptManagePooledDataSource(PooledDataSource pds)
attemptManagePooledDataSource in interface ManagementCoordinatorpublic void attemptUnmanagePooledDataSource(PooledDataSource pds)
attemptUnmanagePooledDataSource in interface ManagementCoordinator