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

/openjdk7/jdk/test/java/rmi/activation/ActivateFailedException/activateFails/
H A DActivateMe.java31 public ShutdownThread shutdown() throws Exception;
H A DShutdownThread.java28 public class ShutdownThread extends Thread implements Serializable { class in inherits:Thread,Serializable
33 public ShutdownThread(Remote remoteObject, ActivationID activationID) { method in class:ShutdownThread
H A DActivateFails.java35 * ActivateMe ActivateFails_Stub ShutdownThread
71 public ShutdownThread shutdown() throws Exception
73 ShutdownThread shutdownThread = new ShutdownThread(this, getID());
82 ShutdownThread shutdownThread;
H A DActivateFails_Stub.java33 new java.rmi.server.Operation("ShutdownThread shutdown()")
93 public ShutdownThread shutdown()
98 return ((ShutdownThread) $result);
102 ShutdownThread $result;
105 $result = (ShutdownThread) in.readObject();

Completed in 280 milliseconds