< prev index next >

test/java/rmi/activation/ActivationSystem/activeGroup/IdempotentActiveGroup.java

Print this page

        

*** 27,36 **** --- 27,40 ---- * relaxed (duplicate call to activeGroup with same instantiator and * incarnation should not throw ActivationException; it should succeed) * @author Ann Wollrath * * @library ../../../testlibrary + * @modules java.rmi/sun.rmi.registry + * java.rmi/sun.rmi.server + * java.rmi/sun.rmi.transport + * java.rmi/sun.rmi.transport.tcp * @build TestLibrary RMID ActivationLibrary * @run main/othervm/policy=security.policy/timeout=480 IdempotentActiveGroup */ import java.rmi.MarshalledObject;
< prev index next >