Searched refs:handback (Results 26 - 50 of 77) sorted by relevance

1234

/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java252 NotificationListener listener, NotificationFilter filter, Object handback)
254 nbs.addNotificationListener(listener, filter, handback);
648 NotificationFilter filter, Object handback)
654 userMBean.addNotificationListener(wrappedListener, filter, handback);
659 NotificationFilter filter, Object handback)
663 addNotificationListener(name, nl, filter, handback);
676 NotificationFilter filter, Object handback)
680 removeNotificationListener(name, nl, filter, handback);
695 NotificationFilter filter, Object handback)
701 userMBean.removeNotificationListener(wrappedListener, filter, handback);
251 addNotificationListener( NotificationListener listener, NotificationFilter filter, Object handback) argument
646 addNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
657 addNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
674 removeNotificationListener( ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
693 removeNotificationListener( ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
939 handleNotification( Notification notification, Object handback) argument
968 handleNotification( Notification notification, Object handback) argument
[all...]
H A DMBeanServerNotificationTest.java107 Object handback) {
H A DNotifDeadlockTest.java91 public void handleNotification(Notification not, Object handback) { argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java663 final Object handback)
671 handback);
765 public void handleNotification(Notification notif, Object handback) { argument
768 "notif=" + notif + "; handback=" + handback);
770 ObjectName name = (ObjectName) handback;
798 Object handback) {
660 addNotificationListener(final ObjectName name, final NotificationListener listener, final NotificationFilter filter, final Object handback) argument
H A DClientNotifForwarder.java166 Object handback,
180 handback,
222 Object handback)
238 if (li.sameAs(name, listener, filter, handback)) {
162 addNotificationListener(Integer listenerID, ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, Subject delegationSubject) argument
219 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java223 Object handback) {
228 Object handback = null;
231 filter, handback);
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java410 Object handback) {
414 handback);
428 Object handback)
433 handback);
1115 Object handback)
1123 + ", filter=" + filter + ", handback=" + handback);
1128 new MarshalledObject<Object>(handback);
1179 Object handback)
1189 + ", handback
408 addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
426 removeConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
1112 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1176 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1217 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
1281 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
H A DRMIConnection.java828 * (handback) parameter is also wrapped in a
839 * @param handback The context to be sent to the listener when a
865 MarshalledObject handback,
916 * @param handback The handback that was specified when the
926 * filter and handback.
939 MarshalledObject handback,
959 * <code>NotificationListener</code> and <code>handback</code> are
862 addNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) argument
936 removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) argument
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationTest.java50 public void handleNotification(Notification notif, Object handback) { argument
H A DGarbageCollectionNotificationContentTest.java51 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorTest.java86 Object handback) {
85 handleNotification(Notification notification, Object handback) argument
/openjdk7/jdk/test/javax/management/notification/
H A DNotifExecutorTest.java134 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/test/javax/management/relation/
H A DRelationNotificationSeqNoTest.java67 Object handback) {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionListenerNullTest.java84 Object handback) {
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DUserClassLoaderTest.java46 public void handleNotification(Notification notification, Object handback) {
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest.java55 public void handleNotification(Notification notif, Object handback) { argument
74 public void handleNotification(Notification notif, Object handback) { argument
H A DCollectionUsageThreshold.java87 public void handleNotification(Notification notif, Object handback) { argument
H A DMemoryManagement.java54 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXOperations.java214 String type, Object source, Object handback) {
217 nl.handleNotification(n, handback);
213 fireChangedNotification( String type, Object source, Object handback) argument
H A DXSheet.java671 public void handleNotification(Notification e, Object handback) { argument
675 if (handback == null) {
683 createOperationViewer(handback, mbean);
685 JTextArea textArea = new JTextArea(handback.toString());
714 DefaultMutableTreeNode emitter = (DefaultMutableTreeNode) handback;
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java235 Object handback) {
237 " with handback: " + handback);
241 new Object[] {listener, null, "the-handback"},
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferDeadlockTest.java194 Object handback) {
195 super.addNotificationListener(listener, filter, handback);
192 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DNotSerializableNotifTest.java173 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/interceptor/
H A DDefaultMBeanServerInterceptor.java1156 * and using the handback to find the client's original listener.
1158 * variant that removes all (listener,filter,handback) triples on
1174 Object handback)
1202 broadcaster.addNotificationListener(listenerWrapper, filter, handback);
1208 Object handback)
1236 filter, handback) ;
1248 Object handback)
1250 removeNotificationListener(name, listener, filter, handback, false);
1270 Object handback)
1281 server.removeNotificationListener(name, instance, filter, handback);
1171 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
1205 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1245 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
1267 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
1309 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback, boolean removeAll) argument
1738 handleNotification(Notification notification, Object handback) argument
[all...]
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java201 public void handleNotification(Notification acn, Object handback) { argument

Completed in 84 milliseconds

1234