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

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBeanNotificationBroadcaster.java76 * @param ntfyObj The notification which is to be passed to
85 public void sendNotification(Notification ntfyObj) argument
H A DRequiredModelMBean.java2279 public void sendNotification(Notification ntfyObj) argument
2287 if (ntfyObj == null)
2297 modelMBeanInfo.getDescriptor(ntfyObj.getType(),"notification");
2320 ((new Date(ntfyObj.getTimeStamp())).toString())+
2321 " " + ntfyObj.getType() + " " +
2322 ntfyObj.getMessage() + " Severity = " +
2330 ntfyObj.getType() + " notification: ", e);
2337 generalBroadcaster.sendNotification(ntfyObj);
2656 ntfyObj)
2666 if (ntfyObj
2655 sendAttributeChangeNotification(AttributeChangeNotification ntfyObj) argument
[all...]

Completed in 35 milliseconds