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

/openjdk7/jdk/src/share/classes/com/sun/nio/sctp/
H A DNotification.java40 public interface Notification { interface
/openjdk7/jdk/src/share/classes/javax/management/
H A DNotification.java39 * <p>The Notification class represents a notification emitted by an
57 public class Notification extends EventObject { class in inherits:EventObject
175 * Creates a Notification object.
183 public Notification(String type, Object source, long sequenceNumber) { method in class:Notification
192 * Creates a Notification object.
201 public Notification(String type, Object source, long sequenceNumber, String message) { method in class:Notification
211 * Creates a Notification object.
219 public Notification(String type, Object source, long sequenceNumber, long timeStamp) { method in class:Notification
228 * Creates a Notification object.
237 public Notification(Strin method in class:Notification
[all...]

Completed in 42 milliseconds