Uses of Interface
org.jipijapa.management.spi.StatisticName
Packages that use StatisticName
-
Uses of StatisticName in org.jipijapa.management.spi
Methods in org.jipijapa.management.spi with parameters of type StatisticNameModifier and TypeMethodDescriptionStatistics.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)