Uses of Class
tigase.sys.ResourceState
-
Packages that use ResourceState Package Description tigase.sys -
-
Uses of ResourceState in tigase.sys
Methods in tigase.sys that return ResourceState Modifier and Type Method Description ResourceState
TigaseRuntime. getCPUState()
ResourceState
TigaseRuntime. getMemoryState()
static ResourceState
ResourceState. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResourceState[]
ResourceState. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-