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 ObjectNameWrapper
PoolableConnection. jmxObjectName
private ObjectNameWrapper
BasicDataSource. registeredJmxObjectName
Actual 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 ObjectNameWrapper
ObjectNameWrapper. wrap(java.lang.String name)
static ObjectNameWrapper
ObjectNameWrapper. 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.ObjectName
ObjectNameWrapper. unwrap(ObjectNameWrapper wrapper)
-