Searched defs:TestMBean (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/test/javax/management/loading/
H A DSystemClassLoaderTest.java73 public static class Test implements TestMBean {
77 public static interface TestMBean {} interface in class:SystemClassLoaderTest
H A DArrayClassTest.java90 public static interface TestMBean { interface in class:ArrayClassTest
94 public static class Test implements TestMBean {
/openjdk7/jdk/test/javax/management/Introspector/
H A DClassLeakTest.java57 Class shadowClass = mlet.loadClass(TestMBean.class.getName());
58 if (shadowClass == TestMBean.class) {
60 "TestMBean not shadow");
129 public static interface TestMBean { interface in class:ClassLeakTest
135 public static class Test implements TestMBean {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanServerInvocationHandlerExceptionTest.java46 TestMBean proxy = (TestMBean)
49 TestMBean.class,
95 public static interface TestMBean { interface in class:MBeanServerInvocationHandlerExceptionTest
104 public static class Test implements TestMBean {
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java49 public interface TestMBean { interface in class:CounterMonitorInitThresholdTest
54 public static class Test implements TestMBean {
101 TestMBean mbean1 = (TestMBean)
103 mbs, name1, TestMBean.class, false);
109 TestMBean mbean2 = (TestMBean)
111 mbs, name2, TestMBean.class, false);
H A DCounterMonitorDeadlockTest.java76 final TestMBean observedProxy =
77 JMX.newMBeanProxy(mbs, observedName, TestMBean.class);
188 public static interface TestMBean { interface in class:CounterMonitorDeadlockTest
194 public static class Test implements TestMBean {
H A DCounterMonitorThresholdTest.java57 public interface TestMBean { interface in class:CounterMonitorThresholdTest
62 public static class Test implements TestMBean {
105 // Create and register TestMBean
112 TestMBean mbean = (TestMBean)
114 mbs, name, TestMBean.class, false);
H A DGaugeMonitorDeadlockTest.java76 final TestMBean observedProxy =
77 JMX.newMBeanProxy(mbs, observedName, TestMBean.class);
189 public static interface TestMBean { interface in class:GaugeMonitorDeadlockTest
195 public static class Test implements TestMBean {
H A DStringMonitorDeadlockTest.java76 final TestMBean observedProxy =
77 JMX.newMBeanProxy(mbs, observedName, TestMBean.class);
188 public static interface TestMBean { interface in class:StringMonitorDeadlockTest
194 public static class Test implements TestMBean {
/openjdk7/jdk/test/javax/management/proxy/
H A DProxyObjectMethodsTest.java113 TestMBean test0 = MBeanServerInvocationHandler.newProxyInstance(mbs,
115 TestMBean.class,
169 public static interface TestMBean { interface in class:ProxyObjectMethodsTest
177 private static class Test implements TestMBean {
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java518 public static interface TestMBean { interface in class:MissingClassTest
530 implements TestMBean {

Completed in 188 milliseconds