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(java.lang.String type,
java.lang.String report)
This method send a notification to the listeners of the MBean. |
sendAuditNotification
void sendAuditNotification(java.lang.String type,
java.lang.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-2010 OW2 Consortium. All Rights Reserved.