Searched refs:getMBeanInfo (Results 1 - 25 of 67) sorted by relevance

123

/openjdk7/jdk/test/javax/management/Introspector/
H A DIdenticalMBeanInfoTest.java104 MBeanInfo mbi1 = mbs.getMBeanInfo(on1);
105 MBeanInfo mbi2 = mbs.getMBeanInfo(on2);
106 MBeanInfo mbi3 = mbs.getMBeanInfo(on3);
107 MBeanInfo mbi4 = mbs.getMBeanInfo(on4);
108 MBeanInfo mbi5 = mbs.getMBeanInfo(on5);
H A DDuplicateGetterTest.java60 MBeanAttributeInfo[] attrs = mbean.getMBeanInfo().getAttributes();
H A DChangingNotifsTest.java76 MBeanInfo mbi = mbs.getMBeanInfo(name);
86 mbi = mbs.getMBeanInfo(name);
H A DImmutableNotificationInfoTest.java89 MBeanInfo mbi = mbs.getMBeanInfo(on);
H A DGetMBeanInfoExceptionTest.java27 * @summary Test that the exception thrown by DynamicMBean.getMBeanInfo()
80 public MBeanInfo getMBeanInfo() { method in class:GetMBeanInfoExceptionTest.TestDynamicMBean
H A DIsMethodTest.java61 MBeanInfo mbi = mbs.getMBeanInfo(on);
H A DUnregisterMBeanExceptionTest.java28 * the supplied MBean although DynamicMBean.getMBeanInfo() throws
80 public MBeanInfo getMBeanInfo() { method in class:UnregisterMBeanExceptionTest.TestDynamicMBean
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DStandardMBeanSupport.java80 * MBeanNotificationInfo[] every time getMBeanInfo() is called, so we have
84 public MBeanInfo getMBeanInfo() { method in class:StandardMBeanSupport
85 MBeanInfo mbi = super.getMBeanInfo();
H A DMBeanSupport.java112 * getMBeanInfo() is called for the MBean, since the returned array is
139 this.mbeanInfo = introspector.getMBeanInfo(resource, perInterface);
257 public MBeanInfo getMBeanInfo() { method in class:MBeanSupport
/openjdk7/jdk/src/share/classes/javax/management/
H A DDynamicMBean.java120 public MBeanInfo getMBeanInfo(); method in interface:DynamicMBean
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanFlagTest.java67 mbs.getMBeanInfo(on1).getDescriptor().getFieldValue("mxbean");
69 mbs.getMBeanInfo(on2).getDescriptor().getFieldValue("mxbean");
71 mbs.getMBeanInfo(on3).getDescriptor().getFieldValue("mxbean");
73 mbs.getMBeanInfo(on4).getDescriptor().getFieldValue("mxbean");
H A DStandardMBeanOverrideTest.java29 * getMBeanInfo and getNotificationInfo in StandardMBean and
112 public MBeanInfo getMBeanInfo() { method in class:StandardMBeanOverrideTest.TestClass3
113 return super.getMBeanInfo();
168 public MBeanInfo getMBeanInfo() { method in class:StandardMBeanOverrideTest.TestClass8
169 return super.getMBeanInfo();
213 MBeanInfo mbi = mbs.getMBeanInfo(on);
H A DOperationImpactTest.java50 MBeanInfo mbi = mbs.getMBeanInfo(on);
H A DMBeanOperationInfoTest.java57 MBeanInfo mbi = mbs.getMBeanInfo(on);
H A DMXBeanAnnotationTest.java55 boolean ok = checkMXBean(mbs.getMBeanInfo(on), true,
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DGetMBeanInfo.java46 MBeanInfo minfo = mbs.getMBeanInfo(objName);
/openjdk7/jdk/test/javax/management/ObjectInstance/
H A DMBeanInfoFailTest.java62 public MBeanInfo getMBeanInfo() { method in class:MBeanInfoFailTest.ThornyDevil
63 if (isDormant()) return super.getMBeanInfo();
95 final MBeanInfo info1 = server.getMBeanInfo(troubleKeeper);
98 final MBeanInfo info2 = server.getMBeanInfo(troubleMaker);
141 final MBeanInfo mbi = server.getMBeanInfo(troubleMaker);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/gmbal/
H A DGmbalMBeanNOPImpl.java74 public MBeanInfo getMBeanInfo() { method in class:GmbalMBeanNOPImpl
H A DAMXClient.java140 ModelMBeanInfo mbi = (ModelMBeanInfo) server.getMBeanInfo( oname );
257 public MBeanInfo getMBeanInfo() { method in class:AMXClient
259 return server.getMBeanInfo(oname);
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/inspector/
H A DXMBean.java136 public MBeanInfo getMBeanInfo() throws InstanceNotFoundException, method in class:XMBean
140 mbeanInfo = getMBeanServerConnection().getMBeanInfo(objectName);
/openjdk7/jdk/test/javax/management/modelmbean/
H A DDescriptorSupportSerialTest.java83 ModelMBeanInfo mmbi2 = (ModelMBeanInfo) mbsc.getMBeanInfo(on);
/openjdk7/jdk/test/javax/management/security/
H A DAvoidGetMBeanInfoCallsTest.java27 * @summary Test that MBeanServer.queryNames doesn't call getMBeanInfo on every
85 public MBeanInfo getMBeanInfo() { method in class:AvoidGetMBeanInfoCallsTest.Test
132 throw new IllegalArgumentException("getMBeanInfo got called");
/openjdk7/jdk/test/javax/management/modelmbean/SimpleModelMBean/
H A DSimpleModelMBeanCommand.java255 ModelMBeanInfo mmbi = (ModelMBeanInfo) mbs.getMBeanInfo(on);
269 ModelMBeanInfo mmbi2 = (ModelMBeanInfo) mbs.getMBeanInfo(on);
280 ModelMBeanInfo mmbi3 = (ModelMBeanInfo) mbs.getMBeanInfo(on);
/openjdk7/jdk/test/java/lang/management/GarbageCollectorMXBean/
H A DGcInfoCompositeType.java60 MBeanInfo mbi = mbs.getMBeanInfo(n);
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DMBeanServerMXBeanUnsupportedTest.java130 mbs.getMBeanInfo(name).getDescriptor().getFieldValue("mxbean");

Completed in 102 milliseconds

123