Searched refs:ModelMBeanInfo (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/modelmbean/
H A DModelMBean.java44 * 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
46 * from MBeans, connectors/adaptors like other MBeans. Through the ModelMBeanInfo Descriptors, values and methods in
72 * Initializes a ModelMBean object using ModelMBeanInfo passed in.
73 * This method makes it possible to set a customized ModelMBeanInfo on
76 * Once the ModelMBean's ModelMBeanInfo (with Descriptors) are
84 * @param inModelMBeanInfo The ModelMBeanInfo object to be used
97 public void setModelMBeanInfo(ModelMBeanInfo inModelMBeanInfo)
H A DModelMBeanInfo.java42 * This interface is implemented by the ModelMBeanInfo for every ModelMBean. An implementation of this interface
46 * createMBean method. The resource then sets the ModelMBeanInfo and Descriptors for the ModelMBean
47 * instance. The attributes, operations, and notifications exposed via the ModelMBeanInfo for the
66 public interface ModelMBeanInfo interface
72 * Descriptors for the ModelMBeanInfo of type inDescriptorType.
90 * Adds or replaces descriptors in the ModelMBeanInfo.
92 * @param inDescriptors The descriptors to be set in the ModelMBeanInfo. Null
355 * Thus any implementation of ModelMBeanInfo should always add those two notifications
H A DRequiredModelMBean.java98 * via the ModelMBeanInfo for the ModelMBean are accessible
127 ModelMBeanInfo modelMBeanInfo;
154 * ModelMBeanInfo.
183 * Constructs a RequiredModelMBean object using ModelMBeanInfo passed in.
192 * @param mbi The ModelMBeanInfo object to be used by the
193 * RequiredModelMBean. The given ModelMBeanInfo is cloned
202 public RequiredModelMBean(ModelMBeanInfo mbi)
225 * Initializes a ModelMBean object using ModelMBeanInfo passed in.
226 * This method makes it possible to set a customized ModelMBeanInfo on
229 * Once the ModelMBean's ModelMBeanInfo (wit
[all...]
H A DModelMBeanInfoSupport.java57 * MBeanServer's createMBean method. The resource then sets the ModelMBeanInfo
59 * exposed via the ModelMBeanInfo for the ModelMBean are accessible
85 public class ModelMBeanInfoSupport extends MBeanInfo implements ModelMBeanInfo {
206 * ModelMBeanInfo. The returned object is a shallow copy of the given
213 * @param mbi the ModelMBeanInfo instance from which the ModelMBeanInfo
216 public ModelMBeanInfoSupport(ModelMBeanInfo mbi) {
237 "ModelMBeanInfo(ModelMBeanInfo)",
246 "ModelMBeanInfo(ModelMBeanInf
[all...]
/openjdk7/jdk/test/javax/management/modelmbean/
H A DDescriptorSupportSerialTest.java51 ModelMBeanInfo mmbi =
83 ModelMBeanInfo mmbi2 = (ModelMBeanInfo) mbsc.getMBeanInfo(on);
H A DExoticTargetTypeTest.java60 final ModelMBeanInfo mmbInfo =
132 public ExoticModelMBean(ModelMBeanInfo mmbInfo) throws MBeanException {
147 private final ModelMBeanInfo mmbInfo;
H A DOnUnregisterTest.java55 ModelMBeanInfo mmbi;
H A DUnserializableTargetObjectTest.java49 import javax.management.modelmbean.ModelMBeanInfo;
123 ModelMBeanInfo mmbi =
152 ModelMBeanInfo rmmbi = (ModelMBeanInfo) mbsc.getMBeanInfo(name);
H A DRequiredModelMBeanSetAttributeTest.java46 import javax.management.modelmbean.ModelMBeanInfo;
91 // ModelMBeanInfo
93 ModelMBeanInfo mmbi = new ModelMBeanInfoSupport(
H A DAddAttributeChangeNotificationListenerTest.java51 * a listener on an attribute not defined in the ModelMBeanInfo
75 ModelMBeanInfo modelMBeanInfo = null;
85 System.out.println("Build a ModelMBeanInfo without attribute State");
91 String[] sig = { "javax.management.modelmbean.ModelMBeanInfo" };
143 * Returns a ModelMBeanInfo with two operations:
147 private ModelMBeanInfo createModelMBeanInfo() throws Exception {
174 // define ModelMBeanInfo
H A DDescriptorSupportTest.java44 import javax.management.modelmbean.ModelMBeanInfo;
159 ModelMBeanInfo mmbi =
H A DInfoSupportTest.java68 ModelMBeanInfo mmbi =
164 ModelMBeanInfo mmbi;
H A DRequiredModelMBeanGetAttributeTest.java54 import javax.management.modelmbean.ModelMBeanInfo;
246 // ModelMBeanInfo
248 ModelMBeanInfo mmbi = new ModelMBeanInfoSupport(
H A DRequiredModelMBeanMethodTest.java29 * ModelMBeanInfo
61 * in the ModelMBeanInfo, and does work if it is.
119 ModelMBeanInfo emptyMMBI =
129 "ModelMBeanInfo");
145 ModelMBeanInfo fullMMBI =
157 "ModelMBeanInfo");
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java190 ModelMBeanInfo info =
198 new String[] {ModelMBeanInfo.class.getName()});
255 ModelMBeanInfo mmbi = (ModelMBeanInfo) mbs.getMBeanInfo(on);
269 ModelMBeanInfo mmbi2 = (ModelMBeanInfo) mbs.getMBeanInfo(on);
280 ModelMBeanInfo mmbi3 = (ModelMBeanInfo) mbs.getMBeanInfo(on);
/openjdk7/jdk/test/javax/management/modelmbean/ModelMBeanInfoSupport/
H A DGetAllDescriptorsTest.java189 ModelMBeanInfo info =
197 new String[] {ModelMBeanInfo.class.getName()});
217 final ModelMBeanInfo model = (ModelMBeanInfo)mbi;
225 final ModelMBeanInfo model = (ModelMBeanInfo)mbi;
245 private static void checkDescriptors(ModelMBeanInfo modelMBeanInfo,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DAMXClient.java48 import javax.management.modelmbean.ModelMBeanInfo;
140 ModelMBeanInfo mbi = (ModelMBeanInfo) server.getMBeanInfo( oname );

Completed in 102 milliseconds