org.ow2.easybeans.component.audit.jmx
Interface JMXNotifierMBean

All Known Implementing Classes:
JMXNotifier

public interface JMXNotifierMBean

The Mbean interface of the notifier.

Author:
Mathieu ANCELIN

Method Summary
 void sendAuditNotification(String type, String report)
          This method send a notification to the listeners of the MBean.
 

Method Detail

sendAuditNotification

void sendAuditNotification(String type,
                           String report)
This method send a notification to the listeners of the MBean.

Parameters:
type - the type of the notification.
report - the report text.


Copyright © 2006-2011 OW2 Consortium. All Rights Reserved.