* @com.intel.drl.spec_ref
*/
public static Remote exportObject(Remote robj, ActivationID aid, int port) throws RemoteException {
// rmi.log.10=Activatable >>> exportObject
rlog.log(RMILog.VERBOSE, Messages.getString("rmi.log.10")); //$NON-NLS-1$
ActivatableServerRef asr = new ActivatableServerRef(aid, port);
if (robj instanceof Activatable) {
((Activatable) robj).ref = asr;
}
// rmi.log.11=Activatable >>> ActivatableServerRef={0}
rlog.log(RMILog.VERBOSE, Messages.getString("rmi.log.11", asr)); //$NON-NLS-1$