< prev index next >

src/java.management/share/classes/javax/management/StandardEmitterMBean.java

Print this page

        

@@ -89,10 +89,11 @@
      * getNotificationInfo()} at the time of construction.  If the array
      * returned by {@code emitter.getNotificationInfo()} later changes,
      * that will have no effect on this object's
      * {@code getNotificationInfo()}.</p>
      *
+     * @param <T> the implementation type of the MBean
      * @param implementation the implementation of the MBean interface.
      * @param mbeanInterface a Standard MBean interface.
      * @param emitter the object that will handle notifications.
      *
      * @throws IllegalArgumentException if the {@code mbeanInterface}

@@ -127,10 +128,11 @@
      * getNotificationInfo()} at the time of construction.  If the array
      * returned by {@code emitter.getNotificationInfo()} later changes,
      * that will have no effect on this object's
      * {@code getNotificationInfo()}.</p>
      *
+     * @param <T> the implementation type of the MBean
      * @param implementation the implementation of the MBean interface.
      * @param mbeanInterface a Standard MBean interface.
      * @param isMXBean If true, the {@code mbeanInterface} parameter
      * names an MXBean interface and the resultant MBean is an MXBean.
      * @param emitter the object that will handle notifications.
< prev index next >