public abstract class HibernateAbstractStatistics extends Object implements org.jipijapa.management.spi.Statistics
| Modifier and Type | Field and Description |
|---|---|
protected Set<String> |
childrenNames |
protected Map<String,org.jipijapa.management.spi.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 |
|---|---|
org.jipijapa.management.spi.Statistics |
getChild(String childName) |
Set<String> |
getChildrenNames() |
protected javax.persistence.EntityManagerFactory |
getEntityManagerFactory(Object[] args) |
protected org.jipijapa.management.spi.EntityManagerFactoryAccess |
getEntityManagerFactoryAccess(Object[] args) |
Set<String> |
getNames() |
protected org.jipijapa.management.spi.PathAddress |
getPathAddress(Object[] args) |
String |
getResourceBundleKeyPrefix() |
String |
getResourceBundleName() |
protected String |
getStatisticName(Object[] args) |
Class |
getType(String name) |
Object |
getValue(String name,
org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryAccess,
org.jipijapa.management.spi.StatisticName statisticName,
org.jipijapa.management.spi.PathAddress pathAddress) |
boolean |
isAttribute(String name) |
boolean |
isOperation(String name) |
boolean |
isWriteable(String name) |
void |
setValue(String name,
Object newValue,
org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryAccess,
org.jipijapa.management.spi.StatisticName statisticName,
org.jipijapa.management.spi.PathAddress pathAddress) |
protected Map<Locale,ResourceBundle> rbs
public String getResourceBundleName()
getResourceBundleName in interface org.jipijapa.management.spi.Statisticspublic String getResourceBundleKeyPrefix()
getResourceBundleKeyPrefix in interface org.jipijapa.management.spi.Statisticsprotected javax.persistence.EntityManagerFactory getEntityManagerFactory(Object[] args)
public Set<String> getNames()
getNames in interface org.jipijapa.management.spi.Statisticspublic Class getType(String name)
getType in interface org.jipijapa.management.spi.Statisticspublic boolean isOperation(String name)
isOperation in interface org.jipijapa.management.spi.Statisticspublic boolean isAttribute(String name)
isAttribute in interface org.jipijapa.management.spi.Statisticspublic boolean isWriteable(String name)
isWriteable in interface org.jipijapa.management.spi.Statisticspublic Object getValue(String name, org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryAccess, org.jipijapa.management.spi.StatisticName statisticName, org.jipijapa.management.spi.PathAddress pathAddress)
getValue in interface org.jipijapa.management.spi.Statisticspublic void setValue(String name, Object newValue, org.jipijapa.management.spi.EntityManagerFactoryAccess entityManagerFactoryAccess, org.jipijapa.management.spi.StatisticName statisticName, org.jipijapa.management.spi.PathAddress pathAddress)
setValue in interface org.jipijapa.management.spi.Statisticsprotected org.jipijapa.management.spi.EntityManagerFactoryAccess getEntityManagerFactoryAccess(Object[] args)
protected org.jipijapa.management.spi.PathAddress getPathAddress(Object[] args)
public Set<String> getChildrenNames()
getChildrenNames in interface org.jipijapa.management.spi.Statisticspublic org.jipijapa.management.spi.Statistics getChild(String childName)
getChild in interface org.jipijapa.management.spi.StatisticsCopyright © 2020 JBoss by Red Hat. All rights reserved.