Searched refs:ModelMBean (Results 1 - 9 of 9) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBean.java43 * Java resources wishing to be manageable instantiate the ModelMBean using the MBeanServer's
44 * createMBean method. The resource then sets the ModelMBeanInfo (with Descriptors) for the ModelMBean
45 * instance. The attributes and operations exposed via the ModelMBeanInfo for the ModelMBean are accessible
47 * the managed application can be defined and mapped to attributes and operations of the ModelMBean.
51 * Every ModelMBean which is instantiated in the MBeanServer becomes manageable:
55 * By instantiating a ModelMBean, resources are guaranteed that the MBean is valid.
65 public interface ModelMBean extends interface in inherits:DynamicMBean,PersistentMBean,ModelMBeanNotificationBroadcaster
72 * Initializes a ModelMBean object using ModelMBeanInfo passed in.
74 * the ModelMBean as long as it is not registered with the MBeanServer.
76 * Once the ModelMBean'
[all...]
H A DRequiredModelMBean.java90 * This class is the implementation of a ModelMBean. An appropriate
91 * implementation of a ModelMBean must be shipped with every JMX Agent
98 * via the ModelMBeanInfo for the ModelMBean are accessible
101 * defined and mapped to attributes and operations of the ModelMBean.
122 implements ModelMBean, MBeanRegistration, NotificationEmitter {
225 * Initializes a ModelMBean object using ModelMBeanInfo passed in.
227 * the ModelMBean as long as it is not registered with the MBeanServer.
229 * Once the ModelMBean's ModelMBeanInfo (with Descriptors) are
230 * customized and set on the ModelMBean, the ModelMBean b
[all...]
/openjdk7/jdk/test/javax/management/modelmbean/
H A DOnUnregisterTest.java56 ModelMBean mmb;
H A DExoticTargetTypeTest.java27 * @summary Test that a custom ModelMBean implementation can have custom
42 "ModelMBean understands it");
62 "Noddy ModelMBean description",
67 System.out.println("Testing nonstandard ModelMBean with nonstandard " +
85 System.out.println("Testing standard ModelMBean with nonstandard " +
87 final ModelMBean standardMMB = new RequiredModelMBean(mmbInfo);
120 private static void test(ModelMBean mmb) throws Exception {
H A DRequiredModelMBeanSetAttributeTest.java44 import javax.management.modelmbean.ModelMBean;
103 ModelMBean mmb = new RequiredModelMBean(mmbi);
H A DUnserializableTargetObjectTest.java47 import javax.management.modelmbean.ModelMBean;
125 "ModelMBean to test targetObject",
132 ModelMBean mmb = new RequiredModelMBean(mmbi);
H A DDescriptorSupportSerialTest.java58 ModelMBean mmb = new RequiredModelMBean(mmbi);
H A DRequiredModelMBeanGetAttributeTest.java52 import javax.management.modelmbean.ModelMBean;
268 ModelMBean mmb = new RequiredModelMBean(mmbi);
H A DRequiredModelMBeanMethodTest.java123 ModelMBean emptyMMB = new RequiredModelMBean(emptyMMBI);
149 ModelMBean fullMMB = new RequiredModelMBean(fullMMBI);

Completed in 36 milliseconds