Searched defs:maxNotifications (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DNotificationBuffer.java40 * than <code>maxNotifications</code> different notifications.</p>
53 * @param maxNotifications the maximum number of notifications to
65 int maxNotifications)
62 fetchNotifications(NotificationBufferFilter filter, long startSequenceNumber, long timeout, int maxNotifications) argument
H A DServerNotifForwarder.java264 int maxNotifications) {
269 ", the maxNotifications is " + maxNotifications);
277 t, maxNotifications);
262 fetchNotifs(long startSequenceNumber, long timeout, int maxNotifications) argument
H A DArrayNotificationBuffer.java224 int maxNotifications)
228 timeout, maxNotifications);
278 * than <code>maxNotifications</code> different notifications.</p>
291 * @param maxNotifications the maximum number of notifications to
303 int maxNotifications)
319 || maxNotifications < 0) {
328 "; max=" + maxNotifications);
474 if (maxNotifications <= 0) {
476 "reached maxNotifications");
479 --maxNotifications;
221 fetchNotifications(NotificationBufferFilter filter, long startSequenceNumber, long timeout, int maxNotifications) argument
300 fetchNotifications(NotificationBufferFilter filter, long startSequenceNumber, long timeout, int maxNotifications) argument
[all...]
H A DClientNotifForwarder.java122 maxNotifications = EnvHelp.getMaxFetchNotifNumber(env);
145 int maxNotifications,
588 fetchNotifs(clientSequenceNumber,maxNotifications,
864 private final int maxNotifications; field in class:ClientNotifForwarder
144 fetchNotifs(long clientSequenceNumber, int maxNotifications, long timeout) argument
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnection.java1070 * @param maxNotifications the maximum number of different
1089 int maxNotifications,
1088 fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout) argument
H A DRMIConnectionImpl.java1261 int maxNotifications,
1269 if (maxNotifications < 0 || timeout < 0)
1284 final int mn = maxNotifications;
1260 fetchNotifications(long clientSequenceNumber, int maxNotifications, long timeout) argument
H A DRMIConnector.java1331 int maxNotifications,
1339 maxNotifications,
1330 fetchNotifs(long clientSequenceNumber, int maxNotifications, long timeout) argument

Completed in 175 milliseconds