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

/openjdk7/jdk/test/java/rmi/activation/Activatable/forceLogSnapshot/
H A DForceLogSnapshot.java32 * @run main/othervm/policy=security.policy/timeout=640 ForceLogSnapshot
42 public class ForceLogSnapshot class in inherits:ActivateMe
61 public ForceLogSnapshot(ActivationID id, MarshalledObject mobj) method in class:ForceLogSnapshot
88 public ForceLogSnapshot() throws RemoteException { method in class:ForceLogSnapshot
93 System.err.println("ForceLogSnapshot: received ping from " +
121 ForceLogSnapshot[] unicastObjs = new ForceLogSnapshot[HOW_MANY];
162 unicastObjs[i] = new ForceLogSnapshot();
191 new ActivationDesc(groupIDs[groupNo], "ForceLogSnapshot", null,
195 new ActivationDesc(groupIDs[groupNo], "ForceLogSnapshot", nul
[all...]

Completed in 30 milliseconds