Package com.sun.corba.se.spi.monitoring
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 Summary
Modifier and TypeMethodDescriptioncreateMonitoredAttributeInfo(String description, Class type, boolean isWritable, boolean isStatistic) A Simple Factory Method to create the Monitored Attribute Info.
-
Method Details
-
createMonitoredAttributeInfo
MonitoredAttributeInfo createMonitoredAttributeInfo(String description, Class type, boolean isWritable, boolean isStatistic) A Simple Factory Method to create the Monitored Attribute Info.
-