Searched refs:addNotification (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/timer/
H A DTimerMBean.java99 * @see #addNotification(String, String, Object, Date, long, long)
102 // public synchronized Integer addNotification(String type, String message, Serializable userData,
106 public Integer addNotification(String type, String message, Object userData, method in interface:TimerMBean
126 * {@link #addNotification(String, String, Object, Date, long, long, boolean)} instead.
140 * @see #addNotification(String, String, Object, Date, long, long, boolean)
143 // public synchronized Integer addNotification(String type, String message, Serializable userData,
147 public Integer addNotification(String type, String message, Object userData, method in interface:TimerMBean
158 * execution scheme, use {@link #addNotification(String, String, Object, Date, long, long,
178 // public synchronized Integer addNotification(String type, String message, Serializable userData,
182 public Integer addNotification(Strin method in interface:TimerMBean
211 public Integer addNotification(String type, String message, Object userData, Date date) method in interface:TimerMBean
[all...]
H A DTimer.java72 * overloaded {@link #addNotification(String, String, Object, Date, long, long, boolean)} method.
93 * Useful constant for the <CODE>addNotification</CODE> method.
99 * Useful constant for the <CODE>addNotification</CODE> method.
105 * Useful constant for the <CODE>addNotification</CODE> method.
111 * Useful constant for the <CODE>addNotification</CODE> method.
117 * Useful constant for the <CODE>addNotification</CODE> method.
248 * that were given to addNotification.
416 * @see #addNotification(String, String, Object, Date, long, long)
419 // public synchronized Integer addNotification(String type, String message, Serializable userData,
423 public synchronized Integer addNotification(Strin method in class:Timer
568 public synchronized Integer addNotification(String type, String message, Object userData, method in class:Timer
606 public synchronized Integer addNotification(String type, String message, Object userData, method in class:Timer
638 public synchronized Integer addNotification(String type, String message, Object userData, Date date) method in class:Timer
[all...]
/openjdk7/jdk/test/javax/management/timer/
H A DStartTest.java57 timer.addNotification(
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java79 void addNotification(MemoryNotificationInfo minfo) { method in class:CollectionUsageThreshold.PoolRecord
107 pr.addNotification(minfo);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DArrayNotificationBuffer.java511 synchronized void addNotification(NamedNotification notif) { method in class:ArrayNotificationBuffer
513 logger.trace("addNotification", notif.toString());
518 logger.debug("addNotification",
526 logger.debug("addNotification", "nextSeq=" + nextSequenceNumber);
771 addNotification(new NamedNotification(name, notif));
/openjdk7/jdk/test/javax/management/generified/
H A DGenericTest.java392 int timer1 = timer.addNotification("one", "one", null, doomsday);
393 int timer2 = timer.addNotification("two", "two", null, doomsday);

Completed in 160 milliseconds