org.norther.tammi.leaf.model
Class WidgetModelMBean
java.lang.Object
javax.management.modelmbean.RequiredModelMBean
org.norther.tammi.core.model.ReferableModelMBean
org.norther.tammi.leaf.model.WidgetModelMBean
- All Implemented Interfaces:
- Serializable, DynamicMBean, MBeanRegistration, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, NotificationEmitter, PersistentMBean, AdaptableMBean, Identifiable, NamePattern, ReferableMBean, AdaptableWidgetMBean
public class WidgetModelMBean
- extends ReferableModelMBean
- implements AdaptableWidgetMBean
A default implementation of WidgetAdapterMBean.
- Author:
- Ilkka Priha
- See Also:
- Serialized Form
| Methods inherited from class org.norther.tammi.core.model.ReferableModelMBean |
addNotificationListener, getAttribute, getCanonicalName, getManagedResource, getMBean, getNamePattern, getNotificationInfo, getQueryPattern, postDeregister, postRegister, preDeregister, preRegister, removeNotificationListener, sendNotification, setAttribute, setCanonicalName, setManagedResource, setNamePattern, setQueryPattern |
| Methods inherited from class javax.management.modelmbean.RequiredModelMBean |
addAttributeChangeNotificationListener, getAttributes, getClassLoaderRepository, getMBeanInfo, invoke, load, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, setAttributes, setModelMBeanInfo, store |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WidgetModelMBean
public WidgetModelMBean(Object adaptee)
throws MBeanException,
RuntimeOperationsException
- Creates a new adapter.
- Parameters:
adaptee - the adaptee of the adapter.
- Throws:
MBeanException - if initialization of the adaptee fails.
RuntimeOperationsException - for exceptions during construction.
Copyright © 2004 The Norther Organization. All rights reserved.