public interface MonitoredAttributeInfo
Monitored AttributeInfo contains the meta information of the Monitored Attribute.
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get's the description for the Monitored Attribute.
|
boolean |
isStatistic()
isStatistic() is true if the attribute is presented as a Statistic.
|
boolean |
isWritable()
If the Attribute is writable from ASAdmin then isWritable() will return
true.
|
Class |
type()
Class Type: We will allow only basic class types: 1)Boolean 2)Integer
3)Byte 4)Long 5)Float 6)Double 7)String 8)Character
|
boolean isWritable()
If the Attribute is writable from ASAdmin then isWritable() will return true.
boolean isStatistic()
isStatistic() is true if the attribute is presented as a Statistic.
Class type()
Class Type: We will allow only basic class types: 1)Boolean 2)Integer 3)Byte 4)Long 5)Float 6)Double 7)String 8)Character
String getDescription()
Get's the description for the Monitored Attribute.
Copyright © 2017 JBoss by Red Hat. All rights reserved.