< prev index next >

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

Print this page

        

*** 25,44 **** package com.sun.corba.se.spi.monitoring; import java.util.*; /** - * <p> - * * @author Hemanth Puttaswamy ! * </p> ! * <p> * A Convenient class provided to help users extend and implement only * getValue(), if there is no need to clear the state and the attribute is not * writable. - * - * </p> */ public abstract class MonitoredAttributeBase implements MonitoredAttribute { String name; MonitoredAttributeInfo attributeInfo; /** --- 25,39 ---- package com.sun.corba.se.spi.monitoring; import java.util.*; /** * @author Hemanth Puttaswamy ! * * A Convenient class provided to help users extend and implement only * getValue(), if there is no need to clear the state and the attribute is not * writable. */ public abstract class MonitoredAttributeBase implements MonitoredAttribute { String name; MonitoredAttributeInfo attributeInfo; /**
< prev index next >