/* Persistence Layer has its own startup routine */
fPersistenceService.startup(monitor, emergency, forRestore);
/* Create Connection Service */
if (fConnectionService == null)
fConnectionService = new ConnectionServiceImpl();
/* Create Interpreter Service */
if (fInterpreterService == null)
fInterpreterService = new InterpreterServiceImpl();