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

/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DAppleUserImpl.java36 * The AppleUserImpl class implements the behavior of the remote
41 public class AppleUserImpl class in inherits:UnicastRemoteObject,AppleUser
53 public AppleUserImpl() throws RemoteException { method in class:AppleUserImpl
69 synchronized (AppleUserImpl.class) {
71 AppleUserImpl.class.notifyAll();
82 threadName + ": AppleUserImpl.useApple(): BEGIN");
89 threadName + ": AppleUserImpl.useApple(): END");
180 synchronized (AppleUserImpl.class) {
181 AppleUserImpl.class.notifyAll();
187 System.out.println("Usage: AppleUserImpl [
[all...]
/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DAppleUserImpl.java36 * When the AppleUserImpl.main() method is invoked, the class binds an
42 * RMI profile, ApplicationServer must be started by AppleUserImpl
45 * The second server process instructs the AppleUserImpl to "use" some apples.
46 * AppleUserImpl creates a new thread for each apple. These threads
63 * @run main/othervm/policy=security.policy AppleUserImpl -seconds 30
78 * The AppleUserImpl class implements the behavior of the remote
83 public class AppleUserImpl extends UnicastRemoteObject implements AppleUser { class in inherits:UnicastRemoteObject,AppleUser
96 public AppleUserImpl() throws RemoteException { method in class:AppleUserImpl
126 threadName + ": AppleUserImpl.useApple(): BEGIN");
133 threadName + ": AppleUserImpl
[all...]

Completed in 30 milliseconds