ConnectionLabelingCallbackpublic interface ConnectionLabelingCallback extends ConnectionLabelingCallback
getRequestedLabelsin 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 | Description |
|---|---|---|
java.util.Properties |
getRequestedLabels() |
Allows applications to use connection labeling with standard JDBC
getConnection APIs. |
configure, costjava.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.
Copyright © 2007, 2016, 2019, Oracle and/or its affiliates. All rights reserved.