< prev index next >

src/java.corba/share/classes/com/sun/corba/se/spi/monitoring/MonitoredAttribute.java

Print this page

        

*** 40,50 **** // operations /** * Gets the Monitored Attribute Info for the attribute. * ! * @param monitoredAttributeInfo for this Monitored Attribute. */ public MonitoredAttributeInfo getAttributeInfo(); /** * Sets the value for the Monitored Attribute if isWritable() is false, the * method will throw ILLEGAL Operation exception. --- 40,50 ---- // operations /** * Gets the Monitored Attribute Info for the attribute. * ! * @return monitoredAttributeInfo for this Monitored Attribute. */ public MonitoredAttributeInfo getAttributeInfo(); /** * Sets the value for the Monitored Attribute if isWritable() is false, the * method will throw ILLEGAL Operation exception.
*** 65,75 **** * * NOTE: It is important to make sure that the type of Object returned in * getvalue is same as the one specified in MonitoredAttributeInfo for this * attribute. * ! * @param value is the current value for this MonitoredAttribute */ public Object getValue(); /** * Gets the name of the Monitored Attribute. * --- 65,75 ---- * * NOTE: It is important to make sure that the type of Object returned in * getvalue is same as the one specified in MonitoredAttributeInfo for this * attribute. * ! * @return the current value for this MonitoredAttribute */ public Object getValue(); /** * Gets the name of the Monitored Attribute. *
< prev index next >