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()
MonitoredAttributeInfo
Get's the description for the Monitored Attribute.
getDescription
in interface MonitoredAttributeInfo
public Class type()
MonitoredAttributeInfo
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
type
in interface MonitoredAttributeInfo
public boolean isWritable()
MonitoredAttributeInfo
If the Attribute is writable from ASAdmin then isWritable() will return true.
isWritable
in interface MonitoredAttributeInfo
public boolean isStatistic()
MonitoredAttributeInfo
isStatistic() is true if the attribute is presented as a Statistic.
isStatistic
in interface MonitoredAttributeInfo
Copyright © 2018 JBoss by Red Hat. All rights reserved.