Package | Description |
---|---|
org.jboss.as.jpa.hibernate4.management | |
org.jipijapa.management.spi |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
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 © 2015 Red Hat. All rights reserved.