public interface MonitoringAttributes
| Modifier and Type | Method and Description |
|---|---|
boolean |
canHaveAverage()
Returns
true if the average for this attribute makes sense
and false otherwise. |
String |
getAttributeName()
Returns the name of the attribute.
|
LocalizableMessage |
getMessage()
Returns the message associated with the attribute (basically is the
localized name of the operation associated with the attribute).
|
boolean |
isAborted()
Tells whether this is the number of aborted operations.
|
boolean |
isGMTDate()
Return whether this attribute contains a GMT date value or not.
|
boolean |
isNumeric()
Return whether this attribute contains a numeric value or not.
|
boolean |
isNumericDate()
Return whether this attribute contains a numeric date value or not.
|
boolean |
isTime()
Return whether this attribute contains a time value or not.
|
boolean |
isValueInBytes()
Return whether this attribute represents a value in bytes or not.
|
LocalizableMessage getMessage()
String getAttributeName()
boolean isAborted()
true if this corresponds to the number of aborted
operations and false otherwise.boolean isNumeric()
true if the value is numeric and false
otherwise.boolean isTime()
true if the value is a time and false
otherwise.boolean isNumericDate()
true if the value is date and false
otherwise.boolean isGMTDate()
true if the value is a GMT date and false
otherwise.boolean isValueInBytes()
true if the value represents a value in bytes and
false otherwise.boolean canHaveAverage()
true if the average for this attribute makes sense
and false otherwise.true if the average for this attribute makes sense
and false otherwise.Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.