1 7 25 26 27 28 package javax.management.modelmbean; 29 30 import javax.management.*; 31 32 import javax.management.InstanceNotFoundException ; 33 34 59 60 public interface ModelMBean extends 61 DynamicMBean, 62 PersistentMBean, 63 ModelMBeanNotificationBroadcaster 64 { 65 66 92 public void setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo) 93 throws MBeanException, RuntimeOperationsException; 94 95 114 public void setManagedResource(Object mr, String mr_type) 115 throws MBeanException, RuntimeOperationsException, 116 InstanceNotFoundException , InvalidTargetObjectTypeException ; 117 118 } 119 | Popular Tags |