Searched refs:NO_NOTIFICATIONS (Results 1 - 3 of 3) sorted by relevance

/openjdk9/jdk/src/java.management/share/classes/javax/management/
H A DMBeanNotificationInfo.java68 static final MBeanNotificationInfo[] NO_NOTIFICATIONS = field in class:MBeanNotificationInfo
H A DMBeanInfo.java250 notifications = MBeanNotificationInfo.NO_NOTIFICATIONS;
441 MBeanNotificationInfo.NO_NOTIFICATIONS : notifications;
/openjdk9/jdk/src/java.management/share/classes/javax/management/modelmbean/
H A DModelMBeanInfoSupport.java318 (notifications != null) ? notifications : NO_NOTIFICATIONS);
343 private static final ModelMBeanNotificationInfo[] NO_NOTIFICATIONS = field in class:ModelMBeanInfoSupport

Completed in 185 milliseconds