rLog.log(persistenceDebugLevel, Messages.getString("rmi.log.78")); //$NON-NLS-1$
}
if (name.equals("object")) { //$NON-NLS-1$
// rmi.log.79=Trying to restore ActivationID:
rLog.log(persistenceDebugLevel, Messages.getString("rmi.log.79")); //$NON-NLS-1$
ActivationID aid = (ActivationID) mkey.get();
// rmi.log.0F=aid = {0}
rLog.log(persistenceDebugLevel, Messages.getString("rmi.log.0F", aid)); //$NON-NLS-1$
ActivationDesc adesc = (ActivationDesc) mval.get();
// rmi.log.7A=adesc = {0}
rLog.log(persistenceDebugLevel, Messages.getString("rmi.log.7A", adesc)); //$NON-NLS-1$