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

/openjdk10/jdk/src/java.management/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.java274 nr = notifBuffer.fetchNotifications(bufferFilter,
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java105 nb.fetchNotifications(allListenerFilter, 0, 0L, 0);
152 nr = nb.fetchNotifications(allListenerFilter, next, 0L,
175 nr = nb.fetchNotifications(allListenerFilter, next, 0L, 1);
185 nr = nb.fetchNotifications(allListenerFilter, nr.getNextSequenceNumber(),
203 nr = nb.fetchNotifications(allListenerFilter, oldNext, 0L,
221 nr = nb.fetchNotifications(allListenerFilter, oldNext, 250L,
250 nr = nb.fetchNotifications(senderListenerFilter, 0, 1000L,
268 nr = nb.fetchNotifications(allListenerFilter, 0, 1000L,
294 nr = nb.fetchNotifications(senderNameFilter, 0, 0L,
306 nr = nb.fetchNotifications(allListenerFilte
[all...]
/openjdk10/jdk/src/java.management.rmi/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.java1238 public NotificationResult fetchNotifications(long clientSequenceNumber, method in class:RMIConnectionImpl
1243 if (logger.debugOn()) logger.debug("fetchNotifications",
1257 if (logger.debugOn()) logger.debug("fetchNotifications",
H A DRMIConnector.java1343 return connection.fetchNotifications(clientSequenceNumber,

Completed in 68 milliseconds