Sonic ESB API

com.sonicsw.esb.service.common.metrics
Interface NotificationsHandler

All Known Implementing Classes:
NoOpNotificationsHandler

public interface NotificationsHandler


Method Summary
 void registerNotification(java.lang.String name)
           
 void registerNotification(java.lang.String name, java.lang.String description)
           
 void sendConfigNotification(java.lang.String name)
           
 void sendConfigNotification(java.lang.String name, java.util.Map attributes)
           
 void sendInfoNotification(java.lang.String name)
           
 void sendInfoNotification(java.lang.String name, java.util.Map attributes)
           
 void sendSevereNotification(java.lang.String name)
           
 void sendSevereNotification(java.lang.String name, java.util.Map attributes)
           
 void sendWarningNotification(java.lang.String name)
           
 void sendWarningNotification(java.lang.String name, java.util.Map attributes)
           
 

Method Detail

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)

Sonic ESB API

Copyright © 2001-2012 Progress Software Corporation. All Rights Reserved.
HTML formatted on 13-Mar-2012.