oa.objectIsReady(obj1);
PerfTestInterface objRef1 = PerfTestInterfaceHelper.narrow(oa.corbaReference(obj1));
registerService(serviceName, orb.orb().object_to_string(objRef1) );
SingleSubtranAwareResourceRegistration obj2 = new SingleSubtranAwareResourceRegistration();
oa.objectIsReady(obj2);
PerfTestInterface objRef2 = PerfTestInterfaceHelper.narrow(oa.corbaReference(obj2));
registerService(serviceName2, orb.orb().object_to_string(objRef2) );