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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DNotificationBuffer.java33 public interface NotificationBuffer { interface
H A DArrayNotificationBuffer.java111 public class ArrayNotificationBuffer implements NotificationBuffer {
122 public static NotificationBuffer getNotificationBuffer(
133 NotificationBuffer sharer;
214 private class ShareBuffer implements NotificationBuffer {
226 NotificationBuffer buf = ArrayNotificationBuffer.this;
H A DServerNotifForwarder.java65 NotificationBuffer notifBuffer,
486 private NotificationBuffer notifBuffer;
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIServerImpl.java29 import com.sun.jmx.remote.internal.NotificationBuffer;
522 synchronized NotificationBuffer getNotifBuffer() {
550 private NotificationBuffer notifBuffer;
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java27 * @summary Tests the NotificationBuffer class.
56 import com.sun.jmx.remote.internal.NotificationBuffer;
87 final NotificationBuffer nb =
131 NotificationBuffer was created get a listener for the
356 NotificationBuffer nb2 =

Completed in 34 milliseconds