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

/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java76 NamedNotification objects. Each ConnectorServer defines a
254 this.queue = new ArrayQueue<NamedNotification>(queueSize);
364 NamedNotification candidate;
511 synchronized void addNotification(NamedNotification notif) {
535 synchronized NamedNotification notificationAt(long seqNo) {
546 private static class NamedNotification { class in class:ArrayNotificationBuffer
547 NamedNotification(ObjectName sender, Notification notif) { method in class:ArrayNotificationBuffer.NamedNotification
561 return "NamedNotification(" + sender + ", " + notification + ")";
771 addNotification(new NamedNotification(name, notif));
844 private final ArrayQueue<NamedNotification> queu
[all...]

Completed in 31 milliseconds