Searched refs:getTargetedNotifications (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DNotificationResult.java124 public TargetedNotification[] getTargetedNotifications() { method in class:NotificationResult
138 getTargetedNotifications().length;
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java104 int nnotifs = nr.getTargetedNotifications().length;
152 TargetedNotification[] tns = nr.getTargetedNotifications();
174 tns = nr.getTargetedNotifications();
185 tns = nr.getTargetedNotifications();
203 tns = nr.getTargetedNotifications();
221 tns = nr.getTargetedNotifications();
250 tns = nr.getTargetedNotifications();
268 tns = nr.getTargetedNotifications();
294 tns = nr.getTargetedNotifications();
315 tns = nr.getTargetedNotifications();
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java474 nr.getTargetedNotifications();
706 result.getTargetedNotifications());
H A DServerNotifForwarder.java299 for (TargetedNotification tn : nr.getTargetedNotifications()) {

Completed in 33 milliseconds