Searched defs:TestImpl (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/rmi/transport/readTimeout/
H A DTestImpl.java27 public class TestImpl class in inherits:Object,TestIface
31 public TestImpl() { method in class:TestImpl
/openjdk7/jdk/test/sun/rmi/transport/tcp/blockAccept/
H A DTestImpl.java27 public class TestImpl class in inherits:Object,TestIface
31 public TestImpl() { method in class:TestImpl
/openjdk7/jdk/test/javax/management/mxbean/
H A DComparatorExceptionTest.java45 public static class TestImpl implements TestMXBean { class in class:ComparatorExceptionTest
65 mbs.registerMBean(new TestImpl(), name);
/openjdk7/jdk/test/java/rmi/transport/dgcDeadLock/
H A DTestImpl.java37 public class TestImpl extends UnicastRemoteObject class in inherits:UnicastRemoteObject,Test
40 static TestImpl foo = null;
41 static TestImpl bar = null;
43 TestImpl() throws RemoteException { method in class:TestImpl
64 foo = new TestImpl();
71 bar = new TestImpl();
/openjdk7/jdk/test/javax/management/openmbean/
H A DTabularDataOrderTest.java76 public static class TestImpl implements TestMXBean { class in class:TabularDataOrderTest
172 mbs.registerMBean(new TestImpl(), name);
/openjdk7/jdk/test/java/rmi/server/RemoteObject/verifyRemoteEquals/
H A DVerifyRemoteEquals.java58 public static final class TestImpl class in class:VerifyRemoteEquals
61 public TestImpl() throws RemoteException { method in class:VerifyRemoteEquals.TestImpl
65 public TestImpl(RMIClientSocketFactory clientFactory, method in class:VerifyRemoteEquals.TestImpl
73 public TestImpl(RMISocketFactory factory) method in class:VerifyRemoteEquals.TestImpl
187 Test test = new TestImpl(new ClientSocketAndFactory(),

Completed in 65 milliseconds