|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.management.NotificationBroadcasterSupport
org.ow2.easybeans.component.audit.jmx.JMXNotifier
public final class JMXNotifier
This class send notifications on new audit reports.
Constructor Summary | |
---|---|
JMXNotifier()
Constructor of the notifier. |
Method Summary | |
---|---|
void |
registration()
Register the notifier in the JMX server. |
void |
sendAuditNotification(String type,
String report)
This method send a notification to the listeners of the MBean. |
void |
unregistration()
Unregister the Mbean. |
Methods inherited from class javax.management.NotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMXNotifier()
Method Detail |
---|
public void registration()
public void unregistration()
public void sendAuditNotification(String type, String report)
sendAuditNotification
in interface JMXNotifierMBean
type
- the type of the notification.report
- the report text.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |