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

/openjdk10/jdk/src/jdk.sctp/share/classes/com/sun/nio/sctp/
H A DNotification.java40 public interface Notification { interface
/openjdk10/jdk/src/java.management/share/classes/javax/management/
H A DNotification.java57 public class Notification extends EventObject { class in inherits:EventObject
183 public Notification(String type, Object source, long sequenceNumber) { method in class:Notification
201 public Notification(String type, Object source, long sequenceNumber, String message) { method in class:Notification
219 public Notification(String type, Object source, long sequenceNumber, long timeStamp) { method in class:Notification
237 public Notification(Strin method in class:Notification
[all...]
/openjdk10/test/fmw/gtest/include/gtest/internal/
H A Dgtest-port.h1202 class Notification { class in namespace:testing::internal
1204 Notification() : notified_(false) { function in class:testing::internal::Notification

Completed in 99 milliseconds