public interface ConnectionLabelingCallback extends ConnectionLabelingCallback
The additional method getRequestedLabels
in this new interface allows applications to use connection labeling with standard JDBC getConnection
APIs. Applications do not need to specify the requested labels as part of the getConnection
calls. Instead, the connection pool obtains the requested labels by calling this new method.
Modifier and Type | Method and Description |
---|---|
java.util.Properties |
getRequestedLabels()
Allows applications to use connection labeling with standard JDBC
getConnection APIs. |
configure, cost
java.util.Properties getRequestedLabels()
getConnection
APIs. Applications do not need to specify the requested labels as part of the getConnection
calls.Instead, the connection pool obtains the requested labels by calling this new method.