org.ow2.jonas.dbm.internal.mbean
Class JDBCDataSourceMBean

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

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

Allow creation of a model MBean instance to registered in the MBean server. This class is necessary to support persistent reconfiguration based on JMX notifications.

Author:
Adriana Danes

Field Summary
 
Fields inherited from class org.apache.commons.modeler.BaseModelMBean
attributeBroadcaster, attributes, generalBroadcaster, info, oname, registry, resource, resourceType, source
 
Constructor Summary
JDBCDataSourceMBean()
          Default constructor
 
Method Summary
 void addNotificationListener(NotificationListener pListner, NotificationFilter pFilter, Object pHandback)
          Delegates the notification support to the wrapped resource.
 
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

JDBCDataSourceMBean

public JDBCDataSourceMBean()
                    throws MBeanException
Default constructor

Throws:
MBeanException - if super constructor fails
Method Detail

addNotificationListener

public void addNotificationListener(NotificationListener pListner,
                                    NotificationFilter pFilter,
                                    Object pHandback)
                             throws IllegalArgumentException
Delegates the notification support to the wrapped resource.

Specified by:
addNotificationListener in interface NotificationBroadcaster
Overrides:
addNotificationListener in class org.apache.commons.modeler.BaseModelMBean
Parameters:
pListner - Listener to notify
pFilter - Notification filter
pHandback - ??
Throws:
IllegalArgumentException - if notification is not done


Copyright © 2010 OW2 Consortium. All Rights Reserved.