80818283848586878889
{ singletonComponentLifecycleAdapter.start(); } catch (Exception e) { throw new ServiceException(CoreMessages.failedToStart("Service '" + flowConstruct.getName() + "'"), e); } } } }
109110111112113114115116117
{ singletonComponentLifecycleAdapter.stop(); } catch (Exception e) { throw new ServiceException(CoreMessages.failedToStop("Service '" + flowConstruct.getName() + "'"), e); } } }