Searched refs:getNotification (Results 1 - 9 of 9) sorted by relevance

/openjdk10/jdk/src/java.naming/share/classes/javax/naming/ldap/
H A DUnsolicitedNotificationEvent.java69 public UnsolicitedNotification getNotification() { method in class:UnsolicitedNotificationEvent
/openjdk10/jdk/src/java.management/share/classes/javax/management/remote/
H A DTargetedNotification.java91 public Notification getNotification() { method in class:TargetedNotification
116 * @see #getNotification()
/openjdk10/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java160 if (!(tns[0].getNotification() instanceof MBeanServerNotification)
161 || !(tns[1].getNotification() instanceof MBeanServerNotification))
195 if (tn1.getNotification() == tn2.getNotification()) {
258 (MBeanServerNotification) tns[0].getNotification();
282 String found = tns[i].getNotification().getType();
322 String found = tns[i].getNotification().getType();
339 || !tns[0].getNotification().getType().equals(notifType)) {
433 if (n1.getNotification() != n2.getNotification()
[all...]
/openjdk10/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java310 public ModelMBeanNotificationInfo getNotification(String inName) method in interface:ModelMBeanInfo
H A DModelMBeanInfoSupport.java574 getNotification(inDescriptorName);
820 public ModelMBeanNotificationInfo getNotification(String inName) method in class:ModelMBeanInfoSupport
H A DRequiredModelMBean.java2242 else return (info.getNotification(notifName)!=null);
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java308 Notification n = tn.getNotification();
416 connectionId, name, tn.getNotification(), getSubject());
422 tn.getNotification() + " not forwarded: the " +
429 tn.getNotification() + " not forwarded: " +
H A DClientNotifForwarder.java528 final Notification notif = tn.getNotification();
618 final Notification notif = tn.getNotification();
H A DArrayNotificationBuffer.java461 Notification notif = candidate.getNotification();
556 Notification getNotification() { method in class:ArrayNotificationBuffer.NamedNotification

Completed in 184 milliseconds