Uses of Interface
org.jipijapa.management.spi.StatisticName
-
Packages that use StatisticName Package Description org.jipijapa.management.spi -
-
Uses of StatisticName in org.jipijapa.management.spi
Methods in org.jipijapa.management.spi with parameters of type StatisticName Modifier and Type Method Description ObjectStatistics. getValue(String name, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)Get the value of the statisticsvoidStatistics. setValue(String name, Object newValue, EntityManagerFactoryAccess entityManagerFactoryAccess, StatisticName statisticName, PathAddress pathAddress)Set the value of the statistic (isWriteable must return true)
-