public interface ConnectionPoolInfoDtoPA
| Modifier and Type | Field and Description | 
|---|---|
| static ConnectionPoolInfoDtoPA | INSTANCE | 
| Modifier and Type | Method and Description | 
|---|---|
| <any> | busyConnections() | 
| <any> | dsId() | 
| <any> | dsName() | 
| <any> | idleConnections() | 
| <any> | key() | 
| <any> | maxPoolSize() | 
| <any> | noOfConnections() | 
| <any> | threadsAwaitingConnection() | 
| <any> | timestamp() | 
| <any> | unclosedOrphanedConnections() | 
static final ConnectionPoolInfoDtoPA INSTANCE
<any> dsId()
<any> dsName()
<any> maxPoolSize()
<any> noOfConnections()
<any> busyConnections()
<any> idleConnections()
<any> threadsAwaitingConnection()
<any> unclosedOrphanedConnections()
<any> timestamp()
<any> key()