< prev index next >

test/sun/rmi/server/MarshalOutputStream/marshalForeignStub/MarshalForeignStub.java

Print this page

        

*** 29,38 **** --- 29,42 ---- * object is a proxy of some sort (like an RMI/IIOP stub) and simply * allow the object to be serialized. * @author Ann Wollrath * * @library ../../../../../java/rmi/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 Receiver MarshalForeignStub_Stub * @run main/othervm/policy=security.policy MarshalForeignStub */ import java.io.Serializable;
< prev index next >