Class SetBatchRuntimeConfiguration

    • Field Detail

      • logger

        @Inject
        protected Logger logger
      • target

        protected String target
      • targetUtil

        @Inject
        protected Target targetUtil
    • Constructor Detail

      • SetBatchRuntimeConfiguration

        public SetBatchRuntimeConfiguration()
    • Method Detail

      • execute

        public void execute​(AdminCommandContext context)
        Description copied from interface: AdminCommand
        Executes the command with the command parameters passed as Properties where the keys are the parameter names and the values are the parameter values
        Specified by:
        execute in interface AdminCommand
        Parameters:
        context - information
      • validateExecutorServiceLookupName

        public void validateExecutorServiceLookupName​(AdminCommandContext context,
                                                      String targetName,
                                                      String exeLookupName)