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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DNotificationBuffer.java62 fetchNotifications(NotificationBufferFilter filter, method in interface:NotificationBuffer
H A DArrayNotificationBuffer.java221 fetchNotifications(NotificationBufferFilter filter, method in class:ArrayNotificationBuffer.ShareBuffer
227 return buf.fetchNotifications(filter, startSequenceNumber,
300 fetchNotifications(NotificationBufferFilter filter, method in class:ArrayNotificationBuffer
306 logger.trace("fetchNotifications", "starts");
320 logger.trace("fetchNotifications", "Bad args");
325 logger.trace("fetchNotifications",
334 logger.trace("fetchNotifications", msg);
348 logger.debug("fetchNotifications", "endTime=" + endTime);
362 logger.debug("fetchNotifications", "main loop starts");
375 logger.debug("fetchNotifications",
[all...]
H A DServerNotifForwarder.java275 nr = notifBuffer.fetchNotifications(bufferFilter,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java103 nb.fetchNotifications(allListenerFilter, 0, 0L, 0);
150 nr = nb.fetchNotifications(allListenerFilter, next, 0L,
173 nr = nb.fetchNotifications(allListenerFilter, next, 0L, 1);
183 nr = nb.fetchNotifications(allListenerFilter, nr.getNextSequenceNumber(),
201 nr = nb.fetchNotifications(allListenerFilter, oldNext, 0L,
219 nr = nb.fetchNotifications(allListenerFilter, oldNext, 250L,
248 nr = nb.fetchNotifications(senderListenerFilter, 0, 1000L,
266 nr = nb.fetchNotifications(allListenerFilter, 0, 1000L,
292 nr = nb.fetchNotifications(senderNameFilter, 0, 0L,
304 nr = nb.fetchNotifications(allListenerFilte
[all...]
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java955 * the notifications using the {@link #fetchNotifications
956 * fetchNotifications} method.</p>
1088 public NotificationResult fetchNotifications(long clientSequenceNumber, method in interface:RMIConnection
H A DRMIConnectionImpl.java1260 public NotificationResult fetchNotifications(long clientSequenceNumber, method in class:RMIConnectionImpl
1265 if (logger.debugOn()) logger.debug("fetchNotifications",
H A DRMIConnector.java1338 return connection.fetchNotifications(clientSequenceNumber,

Completed in 48 milliseconds