8586878889909192
try { _ra.start(ResourceManagerImpl.create()); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new StartLifecycleException(e); } }
105106107108109110111112
if (ra != null) ra.stop(); } catch (RuntimeException e) { throw e; } catch (Exception e) { throw new StartLifecycleException(e); } }