Class HibernateAbstractStatistics
java.lang.Object
org.jboss.as.jpa.hibernate.management.HibernateAbstractStatistics
- All Implemented Interfaces:
Statistics
- Direct Known Subclasses:
HibernateCollectionStatistics,HibernateEntityCacheStatistics,HibernateEntityStatistics,HibernateQueryCacheStatistics,HibernateStatistics
HibernateAbstractStatistics
- Author:
- Scott Marlow
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.persistence.EntityManagerFactorygetEntityManagerFactory(Object[] args) protected EntityManagerFactoryAccessgetEntityManagerFactoryAccess(Object[] args) getNames()protected PathAddressgetPathAddress(Object[] args) protected StringgetStatisticName(Object[] args) getValue(String name, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress) booleanisAttribute(String name) booleanisOperation(String name) booleanisWriteable(String name) voidsetValue(String name, Object newValue, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jipijapa.management.spi.Statistics
getDynamicChildrenNames
-
Field Details
-
operations
-
childrenNames
-
writeableNames
-
types
-
rbs
-
-
Constructor Details
-
HibernateAbstractStatistics
public HibernateAbstractStatistics()
-
-
Method Details
-
getResourceBundleName
- Specified by:
getResourceBundleNamein interfaceStatistics
-
getResourceBundleKeyPrefix
- Specified by:
getResourceBundleKeyPrefixin interfaceStatistics
-
getEntityManagerFactory
-
getNames
- Specified by:
getNamesin interfaceStatistics
-
getType
- Specified by:
getTypein interfaceStatistics
-
isOperation
- Specified by:
isOperationin interfaceStatistics
-
isAttribute
- Specified by:
isAttributein interfaceStatistics
-
isWriteable
- Specified by:
isWriteablein interfaceStatistics
-
getValue
public Object getValue(String name, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress) - Specified by:
getValuein interfaceStatistics
-
setValue
public void setValue(String name, Object newValue, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress) - Specified by:
setValuein interfaceStatistics
-
getEntityManagerFactoryAccess
-
getPathAddress
-
getStatisticName
-
getChildrenNames
- Specified by:
getChildrenNamesin interfaceStatistics
-
getChild
- Specified by:
getChildin interfaceStatistics
-