} catch (Exception exc) {
throw new RuntimeException( exc ) ;
}
final List<Policy> policies = new ArrayList<Policy>() ;
final ReferenceFactory rf = getRFM().create( "RemoteSerialContextProvider",
repositoryId, policies, locator ) ;
// arbitrary
final byte[] oid = { 0, 3, 5, 7, 2, 37, 42 } ;
final org.omg.CORBA.Object ref = rf.createReference( oid ) ;
return ref ;
}