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

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleImpl.java30 * The AppleImpl class implements the behavior of the remote "apple"
33 public class AppleImpl extends UnicastRemoteObject implements Apple { class in inherits:UnicastRemoteObject,Apple
38 public AppleImpl(String name) throws RemoteException { method in class:AppleImpl
H A DApplicationServer.java96 apples[i] = new AppleImpl("AppleImpl #" + (i + 1));
100 "Failed to create AppleImpl #" + (i + 1) + ":", e);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleImpl.java30 * The AppleImpl class implements the behavior of the remote "apple"
33 public class AppleImpl class in inherits:UnicastRemoteObject,Apple
41 public AppleImpl(String name) throws RemoteException { method in class:AppleImpl
H A Drun.sh35 # AppleImpl
63 AppleImpl \

Completed in 38 milliseconds