Fields Summary |
---|
public static final Counter | BYTEUseful object to denote a monitored attribute whose values are of
type java.lang.Byte and maximum value is Byte.MAX_VALUE |
public static final Counter | SHORTUseful object to denote a monitored attribute whose values are of
type java.lang.Short and maximum value is Short.MAX_VALUE |
public static final Counter | INTEGERUseful object to denote a monitored attribute whose values are of
type java.lang.Integer and maximum value is Integer.MAX_VALUE |
public static final Counter | LONGUseful object to denote a monitored attribute whose values are of
type java.lang.Long and maximum value is Long.MAX_VALUE |
private Number | maxValueMaximum value for this type |