org.ow2.jonas.workmanager.internal
Class JWorkManagerMBean

java.lang.Object
  extended by org.apache.commons.modeler.BaseModelMBean
      extended by org.ow2.jonas.workmanager.internal.JWorkManagerMBean
All Implemented Interfaces:
DynamicMBean, MBeanRegistration, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, PersistentMBean

public class JWorkManagerMBean
extends org.apache.commons.modeler.BaseModelMBean

Implements MBeans for the JOnAS Work Manager.

Author:
danesa

Field Summary
 
Fields inherited from class org.apache.commons.modeler.BaseModelMBean
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source
 
Constructor Summary
JWorkManagerMBean()
           
 
Method Summary
 void addNotificationListener(NotificationListener arg0, NotificationFilter arg1, Object arg2)
          This method is 'called' by the ReconfigManager in order to receive the reconfiguration and the save notifications.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JWorkManagerMBean

public JWorkManagerMBean()
                  throws MBeanException,
                         RuntimeOperationsException
Throws:
MBeanException
RuntimeOperationsException
Method Detail

addNotificationListener

public void addNotificationListener(NotificationListener arg0,
                                    NotificationFilter arg1,
                                    Object arg2)
This method is 'called' by the ReconfigManager in order to receive the reconfiguration and the save notifications.

Specified by:
addNotificationListener in interface NotificationBroadcaster
Overrides:
addNotificationListener in class org.apache.commons.modeler.BaseModelMBean
Parameters:
arg0 - The notification Listener
arg1 - The notification Filter
arg2 - Handback object


Copyright © 2010 OW2 Consortium. All Rights Reserved.