@MXBean public interface ConnectionPoolMonitor extends org.apache.geronimo.connector.outbound.PoolingAttributes, Monitor
Modifier and Type | Method and Description |
---|---|
int |
getActiveTimeoutMinutes()
Returns the active timeout before the connection being killed.
|
long |
getKilledActiveConnectionCount()
Returns the current killed connection count
|
String |
getName()
Returns the pool name
|
int |
killActiveTimedoutConnections()
Kills active timed out connections in the pool.
|
void |
reset()
Destroys the current connection manager and replace it by a new one
|
getBlockingTimeoutMilliseconds, getConnectionCount, getIdleConnectionCount, getIdleTimeoutMinutes, getPartitionCount, getPartitionMaxSize, getPartitionMinSize, setBlockingTimeoutMilliseconds, setIdleTimeoutMinutes, setPartitionMaxSize, setPartitionMinSize
int getActiveTimeoutMinutes()
long getKilledActiveConnectionCount()
int killActiveTimedoutConnections()
void reset()
Copyright © 2018 Nuxeo. All rights reserved.