Searched defs:handback (Results 1 - 25 of 64) sorted by relevance

123

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationEmitter.java94 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DNotificationListener.java47 public void handleNotification(Notification notification, Object handback); argument
H A DNotificationBroadcaster.java91 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DStandardEmitterMBean.java249 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
256 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DPoolsIndependenceTest.java128 public void handleNotification(Notification notification, Object handback) { argument
H A DThresholdNotificationsTest.java79 public void handleNotification(Notification notification, Object handback) { argument
/openjdk10/jdk/src/java.management/share/classes/javax/management/remote/
H A DJMXConnector.java231 addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
278 removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback) argument
/openjdk10/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java54 public void handleNotification(Notification notif, Object handback) { argument
H A DGarbageCollectionNotificationTest.java53 public void handleNotification(Notification notif, Object handback) { argument
/openjdk10/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.java46 public void handleNotification(Notification notif, Object handback) { argument
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DNotificationEmitterSupport.java173 Object handback; field in class:NotificationEmitterSupport.ListenerInfo
51 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
100 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
175 ListenerInfo(NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java166 addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) argument
/openjdk10/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java91 public void handleNotification(Notification not, Object handback) { argument
/openjdk10/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java202 public void handleNotification(Notification acn, Object handback) { argument
/openjdk10/jdk/test/javax/management/mxbean/
H A DMXBeanExceptionHandlingTest.java239 public void handleNotification(Notification notification, Object handback) { argument
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DRMINotifTest.java170 public void handleNotification(Notification notif, Object handback) { argument
/openjdk10/jdk/test/javax/management/security/
H A DSimpleListener.java34 private Object handback = null; field in class:SimpleListener
38 handleNotification(Notification notification, Object handback) argument
/openjdk10/jdk/test/javax/management/timer/
H A DMissingNotificationTest.java53 public synchronized void handleNotification(Notification notification, Object handback) { argument
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DClientListenerInfo.java92 public boolean sameAs(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) { argument
104 private final Object handback; field in class:ClientListenerInfo
42 ClientListenerInfo(Integer listenerID, ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegationSubject) argument
/openjdk10/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java56 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/test/javax/management/monitor/
H A DNullAttributeValueTest.java63 handleNotification(Notification notification, Object handback) argument
H A DNonComparableAttributeValueTest.java62 handleNotification(Notification notification, Object handback) argument
/openjdk10/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java72 handleNotification(Notification notification, Object handback) argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java78 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
85 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/inspector/
H A DXOperations.java214 fireChangedNotification( String type, Object source, Object handback) argument

Completed in 313 milliseconds

123