public class MonitoredAttributeInfoImpl extends Object implements MonitoredAttributeInfo
| 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
|
public String getDescription()
MonitoredAttributeInfoGet's the description for the Monitored Attribute.
getDescription in interface MonitoredAttributeInfopublic Class type()
MonitoredAttributeInfoClass Type: We will allow only basic class types: 1)Boolean 2)Integer 3)Byte 4)Long 5)Float 6)Double 7)String 8)Character
type in interface MonitoredAttributeInfopublic boolean isWritable()
MonitoredAttributeInfoIf the Attribute is writable from ASAdmin then isWritable() will return true.
isWritable in interface MonitoredAttributeInfopublic boolean isStatistic()
MonitoredAttributeInfoisStatistic() is true if the attribute is presented as a Statistic.
isStatistic in interface MonitoredAttributeInfoCopyright © 2018 JBoss by Red Hat. All rights reserved.