com.sonicsw.esb.service.common.metrics
Interface NotificationsHandler
- All Known Implementing Classes:
- NoOpNotificationsHandler
public interface NotificationsHandler
registerNotification
void registerNotification(java.lang.String name)
registerNotification
void registerNotification(java.lang.String name,
java.lang.String description)
sendSevereNotification
void sendSevereNotification(java.lang.String name)
sendWarningNotification
void sendWarningNotification(java.lang.String name)
sendInfoNotification
void sendInfoNotification(java.lang.String name)
sendConfigNotification
void sendConfigNotification(java.lang.String name)
sendSevereNotification
void sendSevereNotification(java.lang.String name,
java.util.Map attributes)
sendWarningNotification
void sendWarningNotification(java.lang.String name,
java.util.Map attributes)
sendInfoNotification
void sendInfoNotification(java.lang.String name,
java.util.Map attributes)
sendConfigNotification
void sendConfigNotification(java.lang.String name,
java.util.Map attributes)
Copyright © 2001-2012
Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.