< prev index next >

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

Print this page

        

*** 23,40 **** * questions. */ package com.sun.corba.se.spi.monitoring; /** - * <p> - * * @author Hemanth Puttaswamy ! * </p> ! * <p> * MonitoringObjectFactory is used internally by the ORB, It is not for * general public use. - * </p> */ public interface MonitoringManagerFactory { /** * A Simple Factory Method to create the Monitored Attribute Info. */ --- 23,36 ---- * questions. */ package com.sun.corba.se.spi.monitoring; /** * @author Hemanth Puttaswamy ! * * MonitoringObjectFactory is used internally by the ORB, It is not for * general public use. */ public interface MonitoringManagerFactory { /** * A Simple Factory Method to create the Monitored Attribute Info. */
< prev index next >