import org.omg.CosNaming.*; import org.omg.CosNaming.NamingContextPackage.*; import org.omg.CORBA.*; import org.omg.PortableServer.*; public class test2server extends bigobjectPOA { public int z = 2; public int f (int x) { return x+x; } public String g (StringHolder s) { String r = ""; for(int i=0;i