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

/openjdk7/jdk/src/share/classes/javax/management/
H A DStandardEmitterMBean.java71 private final MBeanNotificationInfo[] notificationInfo; field in class:StandardEmitterMBean
152 this.notificationInfo = NO_NOTIFICATION_INFO;
154 this.notificationInfo = infos.clone();
236 this.notificationInfo = NO_NOTIFICATION_INFO;
238 this.notificationInfo = infos.clone();
262 // when the notificationInfo has not been properly set yet
263 if (notificationInfo == null) {
266 if (notificationInfo.length == 0) {
267 return notificationInfo;
269 return notificationInfo
[all...]

Completed in 105 milliseconds