public class ActiveManagementCoordinator extends java.lang.Object implements ManagementCoordinator
| Constructor and Description |
|---|
ActiveManagementCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
attemptManageC3P0Registry() |
void |
attemptManagePooledDataSource(PooledDataSource pds) |
void |
attemptUnmanageC3P0Registry() |
void |
attemptUnmanagePooledDataSource(PooledDataSource pds) |
public ActiveManagementCoordinator()
throws java.lang.Exception
java.lang.Exceptionpublic 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