Package | Description |
---|---|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.internal.event | |
com.mongodb.management |
Contains classes for monitoring the server/driver via Java Management Extensions (JMX).
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListener.connectionPoolClosed(ConnectionPoolClosedEvent event)
Invoked when a connection pool is closed.
|
void |
ConnectionPoolEventMulticaster.connectionPoolClosed(ConnectionPoolClosedEvent event)
Deprecated.
|
void |
ConnectionPoolListenerAdapter.connectionPoolClosed(ConnectionPoolClosedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
ConnectionPoolListenerMulticaster.connectionPoolClosed(ConnectionPoolClosedEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.connectionPoolClosed(ConnectionPoolClosedEvent event) |