javax.management.modelmbean
Interface ModelMBean
- All Superinterfaces:
- DynamicMBean, ModelMBeanNotificationBroadcaster, NotificationBroadcaster, PersistentMBean
- All Known Implementing Classes:
- ModelMBeanInvoker, RequiredModelMBean, XMBean
public interface ModelMBean
- extends DynamicMBean, PersistentMBean, ModelMBeanNotificationBroadcaster
Defines Model MBean.
- Version:
- $Revision: 57200 $
- Author:
- Juha Lindfors.
- See Also:
DynamicMBean
,
PersistentMBean
,
ModelMBeanNotificationBroadcaster
setModelMBeanInfo
void setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
throws MBeanException,
RuntimeOperationsException
- Throws:
MBeanException
RuntimeOperationsException
setManagedResource
void setManagedResource(Object mr,
String mr_type)
throws MBeanException,
RuntimeOperationsException,
InstanceNotFoundException,
InvalidTargetObjectTypeException
- Throws:
MBeanException
RuntimeOperationsException
InstanceNotFoundException
InvalidTargetObjectTypeException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.