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

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationBroadcasterSupport.java247 executor.execute(new SendNotifJob(notification, li));
331 private class SendNotifJob implements Runnable { class in class:NotificationBroadcasterSupport
332 public SendNotifJob(Notification notif, ListenerInfo listenerInfo) { method in class:NotificationBroadcasterSupport.SendNotifJob
343 logger.debug("SendNotifJob-run", e);

Completed in 46 milliseconds