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

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DNotificationResult.java67 * @param targetedNotifications the notifications resulting from
72 * <code>targetedNotifications</code> is null or if
78 TargetedNotification[] targetedNotifications) {
79 if (targetedNotifications == null) {
92 this.targetedNotifications = (targetedNotifications.length == 0 ? targetedNotifications : targetedNotifications.clone());
125 return targetedNotifications.length == 0 ? targetedNotifications
76 NotificationResult(long earliestSequenceNumber, long nextSequenceNumber, TargetedNotification[] targetedNotifications) argument
143 private final TargetedNotification[] targetedNotifications; field in class:NotificationResult
[all...]

Completed in 28 milliseconds