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

/openjdk7/jdk/src/share/classes/javax/naming/ldap/
H A DUnsolicitedNotificationEvent.java69 public UnsolicitedNotification getNotification() { method in class:UnsolicitedNotificationEvent
/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DTargetedNotification.java91 public Notification getNotification() { method in class:TargetedNotification
116 * @see #getNotification()
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java158 if (!(tns[0].getNotification() instanceof MBeanServerNotification)
159 || !(tns[1].getNotification() instanceof MBeanServerNotification))
193 if (tn1.getNotification() == tn2.getNotification()) {
256 (MBeanServerNotification) tns[0].getNotification();
280 String found = tns[i].getNotification().getType();
320 String found = tns[i].getNotification().getType();
337 || !tns[0].getNotification().getType().equals(notifType)) {
431 if (n1.getNotification() != n2.getNotification()
[all...]
/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanInfo.java305 public ModelMBeanNotificationInfo getNotification(String inName) method in interface:ModelMBeanInfo
H A DModelMBeanInfoSupport.java588 getNotification(inDescriptorName);
857 public ModelMBeanNotificationInfo getNotification(String inName) method in class:ModelMBeanInfoSupport
863 "getNotification(String)", "Entry");
883 "getNotification(String)", "Exit");
H A DRequiredModelMBean.java2390 else return (info.getNotification(notifName)!=null);
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java304 Notification n = tn.getNotification();
412 connectionId, name, tn.getNotification(), getSubject());
418 tn.getNotification() + " not forwarded: the " +
425 tn.getNotification() + " not forwarded: " +
H A DArrayNotificationBuffer.java461 Notification notif = candidate.getNotification();
556 Notification getNotification() { method in class:ArrayNotificationBuffer.NamedNotification
H A DClientNotifForwarder.java505 final Notification notif = tn.getNotification();
560 final Notification notif = tn.getNotification();

Completed in 265 milliseconds