820821822823824825826827828829830
if (str == null) throw wrapper.nullParam() ; synchronized (urlOperationLock) { org.omg.CORBA.Object obj = (org.omg.CORBA.Object)op.operate( str ) ; return obj ; } } // pure java orb support, moved this method from FVDCodeBaseImpl.
821822823824825826827828829830831
831832833834835836837838839840841
if (str == null) throw wrapper.nullParam() ; synchronized (resolverLock) { org.omg.CORBA.Object obj = (org.omg.CORBA.Object)op.operate( str ) ; return obj ; } } // pure java orb support, moved this method from FVDCodeBaseImpl.
843844845846847848849850851852853