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

1234

/openjdk7/jdk/src/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.java165 * @param handback An opaque object to be sent back to the
176 Object handback) {
182 listenerList.add(new ListenerInfo(listener, filter, handback));
197 Object handback)
200 ListenerInfo li = new ListenerInfo(listener, filter, handback);
205 "handback)");
262 * listener.handleNotification(notif, handback);
268 * @param handback the handback object that was supplied when the
273 Notification notif, Object handback) {
174 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
195 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
272 handleNotification(NotificationListener listener, Notification notif, Object handback) argument
281 Object handback; field in class:NotificationBroadcasterSupport.ListenerInfo
283 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.java249 Object handback)
251 emitter.removeNotificationListener(listener, filter, handback);
256 Object handback) {
257 emitter.addNotificationListener(listener, filter, handback);
247 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
254 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DMBeanServerDelegate.java172 Object handback)
174 broadcaster.addNotificationListener(listener,filter,handback) ;
182 Object handback)
184 broadcaster.removeNotificationListener(listener,filter,handback) ;
170 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
180 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DMBeanServer.java476 Object handback)
486 Object handback)
498 Object handback)
510 Object handback)
473 addNotificationListener(ObjectName name, NotificationListener listener, NotificationFilter filter, Object handback) argument
483 addNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
495 removeNotificationListener(ObjectName name, ObjectName listener, NotificationFilter filter, Object handback) argument
507 removeNotificationListener(ObjectName name, 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 DMBeanServerInvocationHandler.java361 Object handback = args[2];
365 handback);
381 Object handback = args[2];
385 handback);
/openjdk7/jdk/src/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
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java54 Object handback) {
76 newList.add(new ListenerInfo(listener, filter, handback));
103 Object handback)
117 && li.handback == handback) {
128 * and handback. A more informative exception message may
132 "handback");
156 li.listener.handleNotification(notification, li.handback);
174 Object handback; field in class:NotificationEmitterSupport.ListenerInfo
178 Object handback) {
52 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
101 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
176 ListenerInfo(NotificationListener listener, NotificationFilter filter, Object handback) argument
[all...]
H A DGarbageCollectorImpl.java155 Object handback)
158 super.addNotificationListener(listener, filter, handback);
177 Object handback)
181 super.removeNotificationListener(listener,filter,handback);
153 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
175 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/src/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
/openjdk7/jaxws/src/share/jaxws_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
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java159 * @param handback The context to be sent to the listener with the notification when a notification is emitted.
169 Object handback)
167 addAttributeChangeNotificationListener(NotificationListener listener, String attributeName, Object handback) argument
/openjdk7/jdk/src/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
/openjdk7/jdk/test/javax/management/Introspector/
H A DImmutableNotificationInfoTest.java56 NotificationFilter filter, Object handback) {
55 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/test/javax/management/modelmbean/
H A DLoggingExceptionTest.java64 Object handback) {}
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DDirectoryScannerTest.java103 Object handback) {
112 Object handback = null;
116 emitter.addNotificationListener(listener, filter, handback);
134 emitter.removeNotificationListener(listener,filter,handback);
206 Object handback) {
H A DScanManagerTest.java181 Object handback) {
190 Object handback = null;
193 emitter.addNotificationListener(listener, filter, handback);
211 emitter.removeNotificationListener(listener,filter,handback);
/openjdk7/jdk/src/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...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpTableSupport.java376 * @param handback The context to be sent to the listener when a
383 NotificationFilter filter, Object handback) {
384 meta.addNotificationListener(listener,filter,handback);
382 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java72 Object handback) {
73 System.out.println("Received notif from " + handback +
71 handleNotification(Notification notification, Object handback) argument
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DDirectoryScanner.java515 NotificationFilter filter, Object handback)
517 broadcaster.addNotificationListener(listener, filter, handback);
568 NotificationFilter filter, Object handback)
570 broadcaster.removeNotificationListener(listener, filter, handback);
514 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
567 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
H A DScanDirAgent.java109 Object handback) {

Completed in 79 milliseconds

1234