Package | Description |
---|---|
org.jboss.as.jpa.hibernate4.management | |
org.jipijapa.management.spi |
Modifier and Type | Method and Description |
---|---|
protected PathAddress |
HibernateAbstractStatistics.getPathAddress(Object[] args) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
HibernateStatistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Collection<String> |
HibernateQueryCacheStatistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Collection<String> |
HibernateCollectionStatistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Collection<String> |
HibernateEntityStatistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Collection<String> |
HibernateEntityCacheStatistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryLookup,
PathAddress pathAddress) |
Object |
HibernateAbstractStatistics.getValue(String name,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress) |
void |
HibernateAbstractStatistics.setValue(String name,
Object newValue,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress) |
Modifier and Type | Method and Description |
---|---|
Collection<String> |
Statistics.getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryAccess,
PathAddress pathAddress) |
Object |
Statistics.getValue(String name,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress)
Get the value of the statistics
|
void |
Statistics.setValue(String name,
Object newValue,
EntityManagerFactoryAccess entityManagerFactoryAccess,
StatisticName statisticName,
PathAddress pathAddress)
Set the value of the statistic (isWriteable must return true)
|
Copyright © 2013 Red Hat. All rights reserved.