Package com.sun.corba.se.impl.monitoring
Class MonitoredAttributeInfoImpl
java.lang.Object
com.sun.corba.se.impl.monitoring.MonitoredAttributeInfoImpl
- All Implemented Interfaces:
MonitoredAttributeInfo
-
Method Summary
Modifier and TypeMethodDescriptionGet's the description for the Monitored Attribute.booleanisStatistic() is true if the attribute is presented as a Statistic.booleanIf the Attribute is writable from ASAdmin then isWritable() will return true.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
-
Method Details
-
getDescription
Description copied from interface:MonitoredAttributeInfoGet's the description for the Monitored Attribute.
- Specified by:
getDescriptionin interfaceMonitoredAttributeInfo- Returns:
- a String with description
-
type
Description copied from interface: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
- Specified by:
typein interfaceMonitoredAttributeInfo- Returns:
- a Class Type
-
isWritable
public boolean isWritable()Description copied from interface:MonitoredAttributeInfoIf the Attribute is writable from ASAdmin then isWritable() will return true.
- Specified by:
isWritablein interfaceMonitoredAttributeInfo- Returns:
- a boolean with true or false
-
isStatistic
public boolean isStatistic()Description copied from interface:MonitoredAttributeInfoisStatistic() is true if the attribute is presented as a Statistic.
- Specified by:
isStatisticin interfaceMonitoredAttributeInfo- Returns:
- a boolean with true or false
-