org.baswell.easybeans
Interface EasyBeansNotifier

All Known Implementing Classes:
EasyBeanNotificationWrapper

public interface EasyBeansNotifier

Emits JMX notifications. If your bean implements EasyBeansNotifierUser and is wrapped with EasyBeanNotificationWrapper this object will be passed to your bean and can be used to send out Notification.


Method Summary
 void notify(javax.management.Notification notification)
           
 void notify(java.lang.String type, java.lang.String message)
           
 

Method Detail

notify

void notify(java.lang.String type,
            java.lang.String message)
Parameters:
type - The notification type.
message - The notification message.

notify

void notify(javax.management.Notification notification)