org.ow2.jonas.lib.jmbeans.log
Class LogManagementMBean
java.lang.Object
org.apache.commons.modeler.BaseModelMBean
org.ow2.jonas.lib.jmbeans.log.LogManagementMBean
- All Implemented Interfaces:
- DynamicMBean, MBeanRegistration, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, PersistentMBean
public class LogManagementMBean
- extends BaseModelMBean
MBean interface for Logger management.
- Author:
- Philippe Durieux, Adriana Danes
| Methods inherited from class org.apache.commons.modeler.BaseModelMBean |
addAttributeChangeNotificationListener, createDefaultModelMBeanInfo, createResource, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, getRegistry, initModelInfo, invoke, isModelMBeanInfoValid, load, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setManagedResource, setModeledType, setModelMBeanInfo, setRegistry, store, toString |
LogManagementMBean
public LogManagementMBean()
throws MBeanException
- Throws:
MBeanException
addNotificationListener
public void addNotificationListener(NotificationListener arg0,
NotificationFilter arg1,
Object arg2)
- Super charge of the methode to take advantage of JMX notification
offered by Monolog 2.0
- Specified by:
addNotificationListener in interface NotificationBroadcaster- Overrides:
addNotificationListener in class BaseModelMBean
- Parameters:
arg0 - The notification Listenerarg1 - The notification Filterarg2 - Handback object
Copyright © 2011 OW2 Consortium. All Rights Reserved.