|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagementCategory | |
org.jpox.management | This package provides classes for management |
Uses of ManagementCategory in org.jpox.management |
Fields in org.jpox.management declared as ManagementCategory | |
static ManagementCategory |
ManagementCategory.DATASTORE_ERROR
errors thrown by the datastore |
static ManagementCategory |
ManagementCategory.DATASTORE_WARNING
warnings thrown by the datastore |
Methods in org.jpox.management with parameters of type ManagementCategory | |
void |
ManagementManager.increment(ManagementCategory cat)
Increment in one the statistics of the given category. |
void |
ManagementManager.increment(ManagementCategory[] cats)
Increment in one the statistics of the given categories Before calling this method, it's recommended to check if the Manager is enabled in order to improve performance on disabled cases. |
long |
ManagementManager.getStatisticValue(ManagementCategory cat)
Accessor for the current statistic value for the given category |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |