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 |
ConnectionPoolListenerAdapter.connectionAdded(ConnectionAddedEvent event) |
void |
ConnectionPoolListener.connectionAdded(ConnectionAddedEvent event)
Invoked when a connection is added to a pool.
|
void |
ConnectionPoolEventMulticaster.connectionAdded(ConnectionAddedEvent event)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
JMXConnectionPoolListener.connectionAdded(ConnectionAddedEvent event) |
Copyright © 2017. All Rights Reserved.