Searched refs:handback (Results 51 - 75 of 77) sorted by relevance

1234

/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);
H A DUnexpectedNotifTest.java167 public void handleNotification(Notification notif, Object handback) { argument
H A DDeadListenerTest.java196 public void handleNotification(Notification notification, Object handback) { argument
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAuthenticator/
H A DRMIAltAuthTest.java174 Object handback) {
H A DRMIPasswdAuthTest.java171 Object handback) {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java921 public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException { argument
922 broadcaster.addNotificationListener(listener, filter, handback);
951 public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException { argument
952 broadcaster.removeNotificationListener(listener, filter, handback);
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java1182 * @param handback An object which will be sent back unchanged to the
1189 Object handback)
1195 " with filter "+ filter + " and handback "+ handback);
1197 notifBroadcaster.addNotificationListener(listener, filter, handback);
1203 * handback objects or notification filters, all entries corresponding
1187 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java753 * @param handback The context to be sent to the listener when a
760 NotificationFilter filter, Object handback) {
782 // Add the handback and the filter
784 handbackList.addElement(handback) ;
814 // If handback is null, remove the listener entry
2209 // Get the associated handback list and the associated filter list
2216 // loop on handback
2222 Object handback = h.nextElement();
2229 listener.handleNotification(notification,handback) ;
759 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/amx/
H A DMBeanListener.java291 final Object handback)
289 handleNotification( final Notification notifIn, final Object handback) argument
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java265 public void handleNotification(Notification notif, Object handback) { argument
H A DValidateOpenTypes.java300 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
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMBeansTab.java209 final Notification notification, Object handback) {
208 handleNotification( final Notification notification, 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 DReflectionExceptionTest.java78 public void handleNotification(Notification notification, Object handback) { argument
H A DRuntimeExceptionTest.java77 public void handleNotification(Notification notification, Object handback) { argument
H A DAttributeArbitraryDataTypeTest.java187 Object handback) {
186 handleNotification(Notification notification, Object handback) argument
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DMultiThreadDeadLockTest.java183 public void handleNotification(Notification notification, Object handback) {
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java198 Object handback) {
H A DSubjectDelegation2Test.java194 Object handback) {
H A DSubjectDelegation3Test.java201 Object handback) {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1064 MarshalledObject handback,
1088 +" unwrapping handback with target extended ClassLoader.");
1091 unwrap(handback, targetCl, defaultClassLoader, Object.class);
1103 +", handback=" + handbackValue);
1200 MarshalledObject handback,
1227 +" unwrapping handback with target extended ClassLoader.");
1230 unwrap(handback, targetCl, defaultClassLoader, Object.class);
1242 +", handback=" + handbackValue);
1061 addNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) argument
1197 removeNotificationListener(ObjectName name, ObjectName listener, MarshalledObject filter, MarshalledObject handback, Subject delegationSubject) argument
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DRequiredModelMBean.java2174 * @param handback The context to be sent to the listener with
2183 Object handback)
2200 handback);
2249 Object handback)
2270 handback);
2644 multiple attributes with multiple filters and/or handback
2181 addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
2247 removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) argument
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java112 Object handback) {
111 handleNotification(Notification notification, Object handback) argument

Completed in 77 milliseconds

1234