Uses of Class
org.springframework.jmx.export.notification.UnableToSendNotificationException
Packages that use UnableToSendNotificationException
Package
Description
Provides supporting infrastructure to allow Spring-created MBeans
 to send JMX notifications.
- 
Uses of UnableToSendNotificationException in org.springframework.jmx.export.notificationMethods in org.springframework.jmx.export.notification that throw UnableToSendNotificationExceptionModifier and TypeMethodDescriptionvoidNotificationPublisher.sendNotification(Notification notification) Send the specifiedNotificationto all registeredNotificationListeners.