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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java144 abstract protected NotificationResult fetchNotifs(long clientSequenceNumber, method in class:ClientNotifForwarder
470 if (!shouldStop() && (nr = fetchNotifs()) != null) {
585 private NotificationResult fetchNotifs() { method in class:ClientNotifForwarder.NotifFetcher
588 fetchNotifs(clientSequenceNumber,maxNotifications,
598 logger.trace("NotifFetcher.fetchNotifs", e);
601 logger.trace("NotifFetcher.fetchNotifs", e);
649 nr = cnf.fetchNotifs(startSequenceNumber, 0, 0L);
670 result = cnf.fetchNotifs(startSequenceNumber, 1, 0L);
793 NotificationResult nr = fetchNotifs(-1, 0, 0);
H A DServerNotifForwarder.java262 public NotificationResult fetchNotifs(long startSequenceNumber, method in class:ServerNotifForwarder
266 logger.trace("fetchNotifs", "Fetching notifications, the " +
284 logger.trace("fetchNotifs", "Forwarding the notifs: "+nr);
417 logger.debug("fetchNotifs", "Notification " +
424 logger.debug("fetchNotifs", "Notification " +
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnectionImpl.java1276 // we must not call fetchNotifs() if the server is
1289 return getServerNotifFwd().fetchNotifs(csn, t, mn);
H A DRMIConnector.java1330 protected NotificationResult fetchNotifs(long clientSequenceNumber, method in class:RMIConnector.RMINotifClient

Completed in 44 milliseconds