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, wait
getDynamicChildrenNames
protected Map<Locale,ResourceBundle> rbs
public String getResourceBundleName()
getResourceBundleName
in interface Statistics
public String getResourceBundleKeyPrefix()
getResourceBundleKeyPrefix
in interface Statistics
protected javax.persistence.EntityManagerFactory getEntityManagerFactory(Object[] args)
public Set<String> getNames()
getNames
in interface Statistics
public Class getType(String name)
getType
in interface Statistics
public boolean isOperation(String name)
isOperation
in interface Statistics
public boolean isAttribute(String name)
isAttribute
in interface Statistics
public boolean isWriteable(String name)
isWriteable
in interface Statistics
public Object getValue(String name, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)
getValue
in interface Statistics
public void setValue(String name, Object newValue, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)
setValue
in interface Statistics
protected EntityManagerFactoryAccess getEntityManagerFactoryAccess(Object[] args)
protected PathAddress getPathAddress(Object[] args)
public Set<String> getChildrenNames()
getChildrenNames
in interface Statistics
public Statistics getChild(String childName)
getChild
in interface Statistics
Copyright © 2020 JBoss by Red Hat. All rights reserved.