461462463464465466467
public static Remote exportObject(Remote obj, ActivationID id, int port) throws RemoteException { return exportObject(obj, new ActivatableServerRef(id, port)); }
493494495496497498499
int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws RemoteException { return exportObject(obj, new ActivatableServerRef(id, port, csf, ssf)); }
532533534535536537538
478479480481482483484
510511512513514515516