Class StringMonitoredAttributeBase

java.lang.Object
com.sun.corba.se.spi.monitoring.MonitoredAttributeBase
com.sun.corba.se.spi.monitoring.StringMonitoredAttributeBase
All Implemented Interfaces:
MonitoredAttribute

public abstract class StringMonitoredAttributeBase extends MonitoredAttributeBase

Author:
Hemanth Puttaswamy

A Convenient Abstraction to present String type Monitored Attribute. One of the examples of StringMonitoredAttribute is the State information.

  • Constructor Details

    • StringMonitoredAttributeBase

      public StringMonitoredAttributeBase(String name, String description)

      Constructs StringMonitoredAttribute with the MonitoredAttributeInfo built with the class type of String.

      Parameters:
      name - of this attribute

      description - of this attribute