public class ActiveManagementCoordinator extends java.lang.Object implements ManagementCoordinator
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
C3P0_REGISTRY_NAME_KEY |
static java.lang.String |
EXCLUDE_IDENTITY_TOKEN_KEY |
| Constructor and Description |
|---|
ActiveManagementCoordinator() |
| Modifier and Type | Method and Description |
|---|---|
void |
attemptManageC3P0Registry() |
void |
attemptManagePooledDataSource(PooledDataSource pds) |
void |
attemptUnmanageC3P0Registry() |
void |
attemptUnmanagePooledDataSource(PooledDataSource pds) |
public static final java.lang.String C3P0_REGISTRY_NAME_KEY
public static final java.lang.String EXCLUDE_IDENTITY_TOKEN_KEY
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