oa.initOA(args);
OTSManager.setORB(orb);
OTSManager.setPOA(oa);
DummyPerfTestImplementation obj1 = new DummyPerfTestImplementation();
oa.objectIsReady(obj1);
PerfTestInterface objRef1 = PerfTestInterfaceHelper.narrow(oa.corbaReference(obj1));
registerService( serviceName, orb.orb().object_to_string(objRef1) );
DummyPerfTestImplementation obj2 = new DummyPerfTestImplementation();
oa.objectIsReady(obj2);
PerfTestInterface objRef2 = PerfTestInterfaceHelper.narrow(oa.corbaReference(obj2));
registerService( serviceName2, orb.orb().object_to_string(objRef2) );