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

/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DCheckUnmarshalOnStopThread.java36 * @run main/othervm/timeout=480 CheckUnmarshalOnStopThread
89 public class CheckUnmarshalOnStopThread class in inherits:UnicastRemoteObject,CheckUnmarshal
100 CheckUnmarshalOnStopThread() throws RemoteException { } method in class:CheckUnmarshalOnStopThread
120 CheckUnmarshalOnStopThread cuonst = null;
126 cuonst = new CheckUnmarshalOnStopThread();
149 ("\nsuccess: CheckUnmarshalOnStopThread test passed ");

Completed in 509 milliseconds