// Get the delegate for the stub from the tie.
del = StubAdapter.getDelegate( tie ) ;
ObjectImpl objref = new CORBAObjectImpl() ;
objref._set_delegate( del ) ;
ior = new StubIORImpl( objref ) ;
} else {
// ior is initialized, so convert ior to an object, extract
// the delegate, and set it on ourself
del = ior.getDelegate( orb ) ;
}