API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management.modelmbean. ModelMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 DynamicMBean
      ModelMBean
Subinterfaces
Description
public interface ModelMBean
  This interface must be implemented by the ModelMBeans.
See also:   
Methods
Hide/Show inherited methods
public void setManagedResource (Object mr, String mr_type) throws MBeanException RuntimeOperationsException InstanceNotFoundException InvalidTargetObjectTypeException
  Sets the instance handle of the object against which to execute all methods in this ModelMBean management interface (MBeanInfo and Descriptors).
public void setModelMBeanInfo (ModelMBeanInfo inModelMBeanInfo) throws MBeanException RuntimeOperationsException
  Initializes a ModelMBean object using ModelMBeanInfo passed in.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar