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

/openjdk7/jdk/test/java/rmi/server/Unmarshal/checkUnmarshalOnStopThread/
H A DPoisonPill.java37 public class PoisonPill implements Serializable { class in inherits:Serializable
40 PoisonPill(Integer corruptTheCallStream) { method in class:PoisonPill
H A DCheckUnmarshal.java34 public PoisonPill getPoisonPill() throws RemoteException;
H A DCheckUnmarshalOnStopThread.java35 * PoisonPill RuntimeExceptionParameter
102 public PoisonPill getPoisonPill() throws RemoteException {
103 return new PoisonPill(new Integer(0));
H A DCheckUnmarshalOnStopThread_Stub.java32 new java.rmi.server.Operation("PoisonPill getPoisonPill()"),
75 public PoisonPill getPoisonPill()
81 return ((PoisonPill) $result);
85 PoisonPill $result;
88 $result = (PoisonPill) in.readObject();

Completed in 34 milliseconds