org.norther.tammi.leaf.model
Interface AdaptableWidgetMBean<R>

Type Parameters:
R - the adaptee type.
All Superinterfaces:
AdaptableMBean<R>, DynamicMBean, ModelMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, PersistentMBean, ReferableMBean<R>
All Known Implementing Classes:
WidgetModelMBean

public interface AdaptableWidgetMBean<R>
extends AdaptableMBean<R>

A MBean adapter for widgets.

Version:
$Id: AdaptableWidgetMBean.java,v 1.6 2009/09/28 15:08:20 cvsimp Exp $
Author:
Ilkka Priha

Field Summary
 
Fields inherited from interface org.norther.tammi.core.base.ReferableMBean
ID, MBEAN, NS, TYPE
 
Method Summary
 
Methods inherited from interface org.norther.tammi.core.base.AdaptableMBean
getManagedResource
 
Methods inherited from interface org.norther.tammi.core.base.ReferableMBean
getMBean
 
Methods inherited from interface javax.management.modelmbean.ModelMBean
setManagedResource, setModelMBeanInfo
 
Methods inherited from interface javax.management.DynamicMBean
getAttribute, getAttributes, getMBeanInfo, invoke, setAttribute, setAttributes
 
Methods inherited from interface javax.management.PersistentMBean
load, store
 
Methods inherited from interface javax.management.modelmbean.ModelMBeanNotificationBroadcaster
addAttributeChangeNotificationListener, removeAttributeChangeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification
 
Methods inherited from interface javax.management.NotificationBroadcaster
addNotificationListener, getNotificationInfo, removeNotificationListener
 



Copyright © 2004 The Norther Organization. All rights reserved.