Uses of Interface
org.jipijapa.management.spi.PathAddress
-
Packages that use PathAddress Package Description org.jipijapa.management.spi -
-
Uses of PathAddress in org.jipijapa.management.spi
Methods in org.jipijapa.management.spi with parameters of type PathAddress Modifier and Type Method Description Collection<String>Statistics. getDynamicChildrenNames(EntityManagerFactoryAccess entityManagerFactoryAccess, PathAddress pathAddress)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)
-