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

123

/openjdk7/jdk/src/share/classes/javax/management/
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 DNotificationListener.java42 * @param handback An opaque object which helps the listener to associate
47 public void handleNotification(Notification notification, Object handback); argument
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 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...]
/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/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java51 public void handleNotification(Notification notif, Object handback) { argument
H A DGarbageCollectionNotificationTest.java50 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DLowMemoryTest2.java46 public void handleNotification(Notification notif, Object handback) { argument
H A DMemoryManagement.java54 public void handleNotification(Notification notif, Object handback) { argument
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DNotifDeadlockTest.java91 public void handleNotification(Notification not, Object handback) { argument
/openjdk7/jdk/test/javax/management/modelmbean/
H A DAddAttributeChangeNotificationListenerTest.java201 public void handleNotification(Notification acn, Object handback) { argument
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DRMINotifTest.java170 public void handleNotification(Notification notif, Object handback) { argument
202 // public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) {
203 // super.addNotificationListener(listener, filter, handback);
/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...]
/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/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/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/monitor/
H A DNonComparableAttributeValueTest.java62 Object handback) {
61 handleNotification(Notification notification, Object handback) argument
H A DNullAttributeValueTest.java62 Object handback) {
61 handleNotification(Notification notification, Object handback) argument
H A DCounterMonitorTest.java86 Object handback) {
85 handleNotification(Notification notification, Object handback) argument
H A DReflectionExceptionTest.java78 public void handleNotification(Notification notification, Object handback) { argument
H A DRuntimeExceptionTest.java77 public void handleNotification(Notification notification, 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/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

Completed in 100 milliseconds

123