Package | Description |
---|---|
org.glassfish.grizzly.connectionpool |
Modifier and Type | Method and Description |
---|---|
ConnectionInfo<E> |
SingleEndpointPool.getConnectionInfo(Connection connection)
Returns pooled
ConnectionInfo , that might be used for monitoring
reasons, or null if the Connection does not belong to
this pool. |
ConnectionInfo<E> |
MultiEndpointPool.getConnectionInfo(Connection connection)
Returns pooled
ConnectionInfo , that might be used for monitoring
reasons, or null if the Connection does not belong to
this pool. |
Copyright © 2014 Oracle Corporation. All rights reserved.