Uses of Class
org.glassfish.admin.amx.util.jmx.NotificationListenerInfo
-
Packages that use NotificationListenerInfo Package Description org.glassfish.admin.amx.util.jmx General-purpose JMX utilities. -
-
Uses of NotificationListenerInfo in org.glassfish.admin.amx.util.jmx
Methods in org.glassfish.admin.amx.util.jmx that return NotificationListenerInfo Modifier and Type Method Description NotificationListenerInfoNotificationListenerTracking. removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback)Remove the first instance of the specified listener/filter/handback combination and return its corresponding NotificationListenerInfo.Methods in org.glassfish.admin.amx.util.jmx that return types with arguments of type NotificationListenerInfo Modifier and Type Method Description List<NotificationListenerInfo>NotificationListenerTracking. removeNotificationListener(NotificationListener listener)Remove all instances of the specified listener and return their corresponding NotificationListenerInfo.
-