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

MonitoredAttributeInfo

public interface MonitoredAttributeInfo

author
Hemanth Puttaswamy

Monitored AttributeInfo contains the meta information of the Monitored Attribute.

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetDescription()

Get's the description for the Monitored Attribute.

return
a String with description

public booleanisStatistic()

isStatistic() is true if the attribute is presented as a Statistic.

return
a boolean with true or false

public booleanisWritable()

If the Attribute is writable from ASAdmin then isWritable() will return true.

return
a boolean with true or false

public java.lang.Classtype()

Class Type: We will allow only basic class types: 1)Boolean 2)Integer 3)Byte 4)Long 5)Float 6)Double 7)String 8)Character

return
a Class Type