// rmi.log.39=Creating Activation System on port {0}.
rLog.log(commonDebugLevel, Messages.getString("rmi.log.39", //$NON-NLS-1$
port));
UnicastServerRef usr = new UnicastServerRef(port, null,
null, new ObjID(RMIConstants.ACTIVATION_SYSTEM_ID));
thisStub = ExportManager.exportObject(this, usr, false);
// rmi.log.3A=stub's ref = {0}
rLog.log(commonDebugLevel, Messages.getString("rmi.log.3A", //$NON-NLS-1$
((RemoteObject) thisStub).getRef()));