B C D H I L M N R S T U 

B

BoundaryStatistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.BoundaryStatistic
BoundaryStatistic() - Constructor for class com.github.angelndevil2.xii4j.BoundaryStatistic
 
BoundedRangeStatistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.BoundedRangeStatistic
BoundedRangeStatistic() - Constructor for class com.github.angelndevil2.xii4j.BoundedRangeStatistic
 

C

com.github.angelndevil2.xii4j - package com.github.angelndevil2.xii4j
All *Statistic extends Statistic
com.github.angelndevil2.xii4j.util - package com.github.angelndevil2.xii4j.util
 
count - Variable in class com.github.angelndevil2.xii4j.CountStatistic
The count since the last reset.
count - Variable in class com.github.angelndevil2.xii4j.TimeStatistic
Number of times the operation was invoked since the beginning of this measurement.
CountStatistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.CountStatistic
CountStatistic() - Constructor for class com.github.angelndevil2.xii4j.CountStatistic
 
current - Variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
The current value of this attribute.
current - Variable in class com.github.angelndevil2.xii4j.RangeStatistic
The current value of this attribute.

D

description - Variable in class com.github.angelndevil2.xii4j.Statistic
A human-readable description of the Statistic.

H

highWaterMark - Variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
The highest value this attribute has held since the beginning of the measurement.
highWaterMark - Variable in class com.github.angelndevil2.xii4j.RangeStatistic
The highest value this attribute has held since the beginning of the measurement.

I

IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.BoundaryStatistic
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.CountStatistic
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.RangeStatistic
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.Statistic
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.Stats
 
IMPLEMENTED_FOR - Static variable in class com.github.angelndevil2.xii4j.TimeStatistic
interface name for this class implement
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.BoundaryStatistic
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.CountStatistic
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.RangeStatistic
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.Statistic
 
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.Stats
 
initializeFrom(Object) - Method in class com.github.angelndevil2.xii4j.TimeStatistic
invokeMethod(Object, String) - Static method in class com.github.angelndevil2.xii4j.util.ReflectionUtil
 
isInterfaceInInterfaceArray(String, Class<?>[]) - Static method in class com.github.angelndevil2.xii4j.util.ReflectionUtil
check interface is in extended interfaces array

L

lastSampleTime - Variable in class com.github.angelndevil2.xii4j.Statistic
The time of the last measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
lowerBound - Variable in class com.github.angelndevil2.xii4j.BoundaryStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
lowerBound - Variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
The lower limit of the value of this attribute.The upper limit of the value of this attribute.
lowWaterMark - Variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
The lowest value this attribute has held since the beginning of the measurement.
lowWaterMark - Variable in class com.github.angelndevil2.xii4j.RangeStatistic
The lowest value this attribute has held since the beginning of the measurement.

M

maxTime - Variable in class com.github.angelndevil2.xii4j.TimeStatistic
The maximum amount of time taken to complete one invocation of this operation since the beginning of this measurement.
minTime - Variable in class com.github.angelndevil2.xii4j.TimeStatistic
The minimum amount of time taken to complete one invocation of this operation since the beginning of this measurement.

N

name - Variable in class com.github.angelndevil2.xii4j.Statistic
The name of this Statistic.

R

RangeStatistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.RangeStatistic
RangeStatistic() - Constructor for class com.github.angelndevil2.xii4j.RangeStatistic
 
ReflectionUtil - Class in com.github.angelndevil2.xii4j.util
 
ReflectionUtil() - Constructor for class com.github.angelndevil2.xii4j.util.ReflectionUtil
 

S

startTime - Variable in class com.github.angelndevil2.xii4j.Statistic
The time of the first measurement represented as a long, whose value is the number of milliseconds since January 1, 1970, 00:00:00.
Statistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.Statistic
Statistic() - Constructor for class com.github.angelndevil2.xii4j.Statistic
 
statistics - Variable in class com.github.angelndevil2.xii4j.Stats
statistic name and statistic itself
Stats - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.Stats
Stats() - Constructor for class com.github.angelndevil2.xii4j.Stats
 

T

TimeStatistic - Class in com.github.angelndevil2.xii4j
javax.management.j2ee.statistics.TimeStatistic
TimeStatistic() - Constructor for class com.github.angelndevil2.xii4j.TimeStatistic
 
toJsonString() - Method in class com.github.angelndevil2.xii4j.Statistic
 
toJsonString() - Method in class com.github.angelndevil2.xii4j.Stats
 
totalTime - Variable in class com.github.angelndevil2.xii4j.TimeStatistic
This is the sum total of time taken to complete every invocation of this operation since the beginning of this measurement.

U

unit - Variable in class com.github.angelndevil2.xii4j.Statistic
The unit of measurement for this Statistic.
upperBound - Variable in class com.github.angelndevil2.xii4j.BoundaryStatistic
The upper limit of the value of this attribute.
upperBound - Variable in class com.github.angelndevil2.xii4j.BoundedRangeStatistic
The upper limit of the value of this attribute.
B C D H I L M N R S T U