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

/openjdk7/jdk/test/java/rmi/server/UnicastRemoteObject/marshalAfterUnexport/
H A DMarshalAfterUnexport2.java36 * @build MarshalAfterUnexport2 MarshalAfterUnexport2_Stub
37 * @run main/othervm MarshalAfterUnexport2
46 public class MarshalAfterUnexport2 class in inherits:UnicastRemoteObject,Receiver
50 public MarshalAfterUnexport2() throws RemoteException { method in class:MarshalAfterUnexport2
63 Remote impl = new MarshalAfterUnexport2();
74 impl2 = new MarshalAfterUnexport2();

Completed in 40 milliseconds