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 | Method and Description |
---|---|
void |
ConnectionPoolEventMulticaster.connectionRemoved(ConnectionRemovedEvent event)
Deprecated.
|
void |
ConnectionPoolListenerAdapter.connectionRemoved(ConnectionRemovedEvent event) |
void |
ConnectionPoolListener.connectionRemoved(ConnectionRemovedEvent event)
Invoked when a connection is removed from a pool.
|
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.connectionRemoved(ConnectionRemovedEvent event) |
Copyright © 2018. All rights reserved.