Package com.sun.corba.se.spi.monitoring
Class StringMonitoredAttributeBase
java.lang.Object
com.sun.corba.se.spi.monitoring.MonitoredAttributeBase
com.sun.corba.se.spi.monitoring.StringMonitoredAttributeBase
- All Implemented Interfaces:
MonitoredAttribute
- Author:
- Hemanth Puttaswamy
A Convenient Abstraction to present String type Monitored Attribute. One of the examples of StringMonitoredAttribute is the State information.
-
Constructor Summary
ConstructorsConstructorDescriptionStringMonitoredAttributeBase(String name, String description) Constructs StringMonitoredAttribute with the MonitoredAttributeInfo built with the class type of String. -
Method Summary
Methods inherited from class com.sun.corba.se.spi.monitoring.MonitoredAttributeBase
clearState, getAttributeInfo, getName, getValue, setValue
-
Constructor Details
-
StringMonitoredAttributeBase
Constructs StringMonitoredAttribute with the MonitoredAttributeInfo built with the class type of String.
- Parameters:
name- of this attributedescription- of this attribute
-