public abstract class HibernateAbstractStatistics extends Object implements Statistics
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
childrenNames |
protected Map<String,Operation> |
operations |
protected Map<Locale,ResourceBundle> |
rbs |
protected Map<String,Class> |
types |
protected Set<String> |
writeableNames |
| Constructor and Description |
|---|
HibernateAbstractStatistics() |
| Modifier and Type | Method and Description |
|---|---|
Statistics |
getChild(String childName) |
Set<String> |
getChildrenNames() |
protected javax.persistence.EntityManagerFactory |
getEntityManagerFactory(Object[] args) |
protected EntityManagerFactoryAccess |
getEntityManagerFactoryAccess(Object[] args) |
Set<String> |
getNames() |
protected PathAddress |
getPathAddress(Object[] args) |
String |
getResourceBundleKeyPrefix() |
String |
getResourceBundleName() |
protected String |
getStatisticName(Object[] args) |
Class |
getType(String name) |
Object |
getValue(String name,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress) |
boolean |
isAttribute(String name) |
boolean |
isOperation(String name) |
boolean |
isWriteable(String name) |
void |
setValue(String name,
Object newValue,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDynamicChildrenNamesprotected Map<Locale,ResourceBundle> rbs
public String getResourceBundleName()
getResourceBundleName in interface Statisticspublic String getResourceBundleKeyPrefix()
getResourceBundleKeyPrefix in interface Statisticsprotected javax.persistence.EntityManagerFactory getEntityManagerFactory(Object[] args)
public Set<String> getNames()
getNames in interface Statisticspublic Class getType(String name)
getType in interface Statisticspublic boolean isOperation(String name)
isOperation in interface Statisticspublic boolean isAttribute(String name)
isAttribute in interface Statisticspublic boolean isWriteable(String name)
isWriteable in interface Statisticspublic Object getValue(String name, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)
getValue in interface Statisticspublic void setValue(String name, Object newValue, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)
setValue in interface Statisticsprotected EntityManagerFactoryAccess getEntityManagerFactoryAccess(Object[] args)
protected PathAddress getPathAddress(Object[] args)
public Set<String> getChildrenNames()
getChildrenNames in interface Statisticspublic Statistics getChild(String childName)
getChild in interface StatisticsCopyright © 2019 JBoss by Red Hat. All rights reserved.