Package | Description |
---|---|
com.mongodb.event |
This package contains cluster and connection event related classes
|
com.mongodb.management |
Contains classes for monitoring the server/driver via Java Management Extensions (JMX).
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolOpenedEvent
An event signifying the opening of a connection pool.
|
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 |
ConnectionPoolListenerAdapter.connectionPoolClosed(ConnectionPoolEvent event) |
void |
ConnectionPoolEventMulticaster.connectionPoolClosed(ConnectionPoolEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.connectionPoolClosed(ConnectionPoolEvent event) |
Copyright © 2016. All Rights Reserved.