map = new HashMap() ; this.orb = orb ; wrapper = IORSystemException.get( orb, CORBALogDomains.OA_IOR ) ;
IdentifiableFactory factory = getFactory( id ) ; if (factory != null) return factory.create( is ) ; else return handleMissingFactory( id, is ) ;
Integer ident = new Integer( id ) ; IdentifiableFactory factory = (IdentifiableFactory)(map.get( ident ) ) ; return factory ;
Integer ident = new Integer( factory.getId() ) ; map.put( ident, factory ) ;