Interface MonitoredAttributeInfoFactory

All Known Implementing Classes:
MonitoredAttributeInfoFactoryImpl

public interface MonitoredAttributeInfoFactory

Author:
Hemanth Puttaswamy

MonitoredAttributeInfoFactory used mostly by internal classes. If the User needs to define some special MonitoredAttributes like a Character type Monitored Attribute, they can use this factory to build the meta information.

  • Method Details

    • createMonitoredAttributeInfo

      MonitoredAttributeInfo createMonitoredAttributeInfo(String description, Class type, boolean isWritable, boolean isStatistic)
      A Simple Factory Method to create the Monitored Attribute Info.