| Package | Description |
|---|---|
| com.mongodb |
Main package with core files.
|
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
ConnectionPoolOpenedEvent
An event signifying the opening of a connection pool.
|
(package private) class |
ConnectionPoolWaitQueueEvent
An event related to the connection pool's wait queue..
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPoolListener.connectionPoolClosed(ConnectionPoolEvent event)
Invoked when a connection pool is closed.
|
void |
JMXConnectionPoolListener.connectionPoolClosed(ConnectionPoolEvent event) |
void |
ConnectionPoolListenerAdapter.connectionPoolClosed(ConnectionPoolEvent event) |
void |
NoOpConnectionPoolListener.connectionPoolClosed(ConnectionPoolEvent event) |
private ConnectionPoolListener |
JMXConnectionPoolListener.getStatistics(ConnectionPoolEvent event) |