FileDocCategorySizeDatePackage
MonitoredAttributeInfoFactory.javaAPI DocJava SE 5 API830Fri Aug 26 14:54:38 BST 2005com.sun.corba.se.spi.monitoring

MonitoredAttributeInfoFactory

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.

Fields Summary
Constructors Summary
Methods Summary
public MonitoredAttributeInfocreateMonitoredAttributeInfo(java.lang.String description, java.lang.Class type, boolean isWritable, boolean isStatistic)
A Simple Factory Method to create the Monitored Attribute Info.