Uses of Class
org.datanucleus.store.rdbms.datasource.dbcp2.ObjectNameWrapper
-
Packages that use ObjectNameWrapper Package Description org.datanucleus.store.rdbms.datasource.dbcp2 This is a repackaged Apache Commons DBCP v2.7.0 and Apache Commons Pool v2.8.0. -
-
Uses of ObjectNameWrapper in org.datanucleus.store.rdbms.datasource.dbcp2
Fields in org.datanucleus.store.rdbms.datasource.dbcp2 declared as ObjectNameWrapper Modifier and Type Field Description private ObjectNameWrapperPoolableConnection. jmxObjectNameprivate ObjectNameWrapperBasicDataSource. registeredJmxObjectNameActual name under which this component has been registered.Methods in org.datanucleus.store.rdbms.datasource.dbcp2 that return ObjectNameWrapper Modifier and Type Method Description static ObjectNameWrapperObjectNameWrapper. wrap(java.lang.String name)static ObjectNameWrapperObjectNameWrapper. wrap(javax.management.ObjectName objectName)Methods in org.datanucleus.store.rdbms.datasource.dbcp2 with parameters of type ObjectNameWrapper Modifier and Type Method Description static javax.management.ObjectNameObjectNameWrapper. unwrap(ObjectNameWrapper wrapper)
-