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

/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardEmitterMBean.java67 private static final MBeanNotificationInfo[] NO_NOTIFICATION_INFO = field in class:StandardEmitterMBean
152 this.notificationInfo = NO_NOTIFICATION_INFO;
236 this.notificationInfo = NO_NOTIFICATION_INFO;
264 return NO_NOTIFICATION_INFO;
H A DNotificationBroadcasterSupport.java156 notifInfo = info == null ? NO_NOTIFICATION_INFO : info.clone();
328 private static final MBeanNotificationInfo[] NO_NOTIFICATION_INFO = field in class:NotificationBroadcasterSupport

Completed in 33 milliseconds