Searched refs:handback (Results 1 - 25 of 79) sorted by relevance

1234

/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotificationListener.java42 * @param handback An opaque object which helps the listener to associate
47 public void handleNotification(Notification notification, Object handback); argument
H A DNotificationEmitter.java44 * the notification, as well as the handback object that was provided to
48 * added. It is often useful to add the same listener with different filters or handback
76 * <code>filter</code>, and <code>handback</code> parameters. If
79 * <p>The <code>filter</code> and <code>handback</code> parameters
87 * @param handback The handback that was specified when the listener was
92 * given filter and handback.
96 Object handback)
94 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DNotificationBroadcasterSupport.java166 * @param handback An opaque object to be sent back to the
177 Object handback) {
183 listenerList.add(new ListenerInfo(listener, filter, handback));
198 Object handback)
201 ListenerInfo li = new ListenerInfo(listener, filter, handback);
206 "handback)");
263 * listener.handleNotification(notif, handback);
269 * @param handback the handback object that was supplied when the
274 Notification notif, Object handback) {
175 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
196 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
273 handleNotification(NotificationListener listener, Notification notif, Object handback) argument
282 Object handback; field in class:NotificationBroadcasterSupport.ListenerInfo
284 ListenerInfo(NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
H A DNotificationBroadcaster.java45 * the notification, as well as the handback object that was provided to
49 * added. It is often useful to add the same listener with different filters or handback
82 * @param handback An opaque object to be sent back to the
93 Object handback)
98 * has been registered with different handback objects or
91 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DStandardEmitterMBean.java251 Object handback)
253 emitter.removeNotificationListener(listener, filter, handback);
258 Object handback) {
259 emitter.addNotificationListener(listener, filter, handback);
249 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
256 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DMBeanServerDelegate.java174 Object handback)
176 broadcaster.addNotificationListener(listener,filter,handback) ;
184 Object handback)
186 broadcaster.removeNotificationListener(listener,filter,handback) ;
172 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
182 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DMBeanServerConnection.java782 * @param handback The context to be sent to the listener when a
797 Object handback)
821 * @param handback The context to be sent to the listener when a
841 Object handback)
876 * <code>handback</code> parameters. If there is more than one
879 * <p>The <code>filter</code> and <code>handback</code> parameters
888 * @param handback The handback that was specified when the
895 * filter and handback.
906 Object handback)
794 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
838 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
903 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
969 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
H A DMBeanServer.java475 Object handback)
485 Object handback)
497 Object handback)
509 Object handback)
472 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
482 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
494 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
506 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DMBeanServerInvocationHandler.java367 Object handback = args[2];
371 handback);
387 Object handback = args[2];
391 handback);
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DClientListenerInfo.java46 Object handback,
52 this.handback = handback;
73 return handback;
92 public boolean sameAs(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) { argument
96 getHandback() == handback);
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/security/
H A DSimpleListener.java34 private Object handback = null; field in class:SimpleListener
39 Object handback) {
45 this.handback = handback;
46 handbacks.add(handback);
85 handback = null;
106 Object ret = handback;
38 handleNotification(Notification notification, Object handback) argument
H A DMBS_Light.java165 Object handback) {
168 listener.handleNotification(notification, handback);
164 handleNotification(Notification notification, Object handback) argument
/openjdk10/jdk/src/java.management/share/classes/sun/management/
H A DNotificationEmitterSupport.java53 Object handback) {
75 newList.add(new ListenerInfo(listener, filter, handback));
102 Object handback)
116 && li.handback == handback) {
127 * and handback. A more informative exception message may
131 "handback");
155 li.listener.handleNotification(notification, li.handback);
173 Object handback; field in class:NotificationEmitterSupport.ListenerInfo
177 Object handback) {
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/remote/
H A DJMXConnector.java210 * different values for the filter and handback. There is no
221 * @param handback an object to be given to the listener along
233 Object handback);
267 * @param handback an object to be given to the listener along
272 * registered with the given filter and handback.
280 Object handback)
231 addConnectionNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
278 removeConnectionNotificationListener(NotificationListener l, NotificationFilter f, Object handback) argument
/openjdk10/jdk/src/jdk.management/share/classes/com/sun/management/internal/
H A DGarbageCollectorExtImpl.java124 Object handback)
127 super.addNotificationListener(listener, filter, handback);
147 Object handback)
151 super.removeNotificationListener(listener,filter,handback);
122 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
145 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java79 NotificationFilter filter, Object handback)
86 NotificationFilter filter, Object handback) throws IllegalArgumentException {
78 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
85 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNoPermToRemoveTest.java112 public void handleNotification(Notification notification, Object handback) { argument
165 Object handback) throws ListenerNotFoundException {
167 super.removeNotificationListener(listener, filter, handback);
174 Object handback) {
176 super.addNotificationListener(listener, filter, handback);
162 removeNotificationListener( NotificationListener listener, NotificationFilter filter, Object handback) argument
171 addNotificationListener( NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java158 * @param handback The context to be sent to the listener with the notification when a notification is emitted.
168 Object handback)
166 addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) argument
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerAccessController.java145 Object handback)
149 filter, handback);
159 Object handback)
163 filter, handback);
539 Object handback)
543 filter, handback);
564 Object handback)
568 filter, handback);
142 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
156 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
536 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
561 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/test/com/sun/jmx/remote/NotificationMarshalVersions/Client/
H A DClient.java53 public void handleNotification(Notification notification, Object handback) {
70 public void handleNotification(Notification notification, Object handback) {
/openjdk10/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java57 NotificationFilter filter, Object handback) {
56 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk10/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java90 Object handback) {}
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java827 * @param handback The context to be sent to the listener when a
836 Object handback)
840 filter, handback);
851 * @param handback The context to be sent to the listener when a
859 NotificationFilter filter, Object handback)
863 filter, handback);
877 Object handback)
881 listener, filter, handback);
895 Object handback)
899 listener, filter, handback);
833 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
858 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
874 removeNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
892 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
[all...]
/openjdk10/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java73 Object handback) {
74 System.out.println("Received notif from " + handback +
72 handleNotification(Notification notification, Object handback) argument
/openjdk10/hotspot/test/compiler/codecache/jmx/
H A DThresholdNotificationsTest.java79 public void handleNotification(Notification notification, Object handback) { argument

Completed in 131 milliseconds

1234