final HandleDelegate delegate = HandleDelegateImpl.getDelegate();
delegate.writeEJBHome(getEJBHome(), oostream);
}
private void readObject(final ObjectInputStream oistream) throws IOException, ClassNotFoundException {
final HandleDelegate delegate = HandleDelegateImpl.getDelegate();
final EJBHome obj = delegate.readEJBHome(oistream);
this.ior = CorbaORBService.getCurrent().object_to_string((org.omg.CORBA.Object) obj);
this.stubClass = obj.getClass();
}