public abstract class ConnectPoolEvent extends Object implements DataEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
ConnectPoolEvent.Connected |
static class |
ConnectPoolEvent.Disconnected |
static class |
ConnectPoolEvent.StatementCreated |
| Constructor and Description |
|---|
ConnectPoolEvent(ConnectPool connectPool) |
| Modifier and Type | Method and Description |
|---|---|
ConnectPool |
getConnectPool() |
void |
setConnectPool(ConnectPool connectPool) |
public ConnectPoolEvent(ConnectPool connectPool)
public ConnectPool getConnectPool()
public void setConnectPool(ConnectPool connectPool)
Copyright © 2018. All rights reserved.