142143144145146147148149150151152
throw new CommandException(ErrorCode.E0610); } List<String> cactionIds; try { cactionIds = jpaService.execute(new CoordActionsRunningGetJPAExecutor( actionCheckDelay)); } catch (JPAExecutorException je) { throw new CommandException(je); }
147148149150151152153154155156157
throw new CommandException(ErrorCode.E0610); } List<CoordinatorActionBean> cactions; try { cactions = jpaService.execute(new CoordActionsRunningGetJPAExecutor( actionCheckDelay)); } catch (JPAExecutorException je) { throw new CommandException(je); }
151152153154155156157158159160161
150151152153154155156157158159160