HandleDelegate handleDelegate = getHandleDelegate();
handleDelegate.writeEJBHome(getEJBHome(), out);
}
private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException {
HandleDelegate handleDelegate = getHandleDelegate();
EJBHome home = handleDelegate.readEJBHome(in);
try {
ior = getOrb().object_to_string((org.omg.CORBA.Object) home);
} catch (Exception e) {
throw new RemoteException("Unable to convert object to IOR", e);