Searched refs:AppleEvent (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/test/java/rmi/reliability/juicer/
H A DApple.java32 void notify(AppleEvent[] e) throws RemoteException;
H A DAppleEvent.java28 * The AppleEvent class is simply an object to be passed to a
32 public class AppleEvent implements Serializable { class in inherits:Serializable
41 public AppleEvent(int what) { method in class:AppleEvent
H A DAppleImpl.java43 * Receive an array of AppleEvent objects.
45 public void notify(AppleEvent[] events) {
H A DAppleUserImpl.java59 * Apple AppleEvent AppleImpl
162 AppleEvent[] events = new AppleEvent[numEvents];
164 events[i] = new AppleEvent(orangeNum % 3);
/openjdk7/jdk/test/sun/rmi/rmic/newrmic/equivalence/
H A DApple.java26 public void notify(AppleEvent[] e) throws java.rmi.RemoteException;
H A DAppleEvent.java27 * The AppleEvent class is simply an object to be passed back to a
31 public class AppleEvent implements java.io.Serializable { class in inherits:java.io.Serializable
41 public AppleEvent(int what) method in class:AppleEvent
H A DAppleImpl.java46 * Receive an array of AppleEvent objects.
48 public void notify(AppleEvent[] events) {
H A DAppleUserImpl.java118 AppleEvent[] events = new AppleEvent[numEvents];
120 events[i] = new AppleEvent(orangeNum % 3);

Completed in 54 milliseconds