Class JobOperatorCommand

  • All Implemented Interfaces:
    Runnable
    Direct Known Subclasses:
    Executions, Instances, Names, Running, SocketConfigurableCommand, Status, StepExecutions

    public abstract class JobOperatorCommand
    extends Object
    implements Runnable
    base class handling: - classloader enriched with libs folders (and subfolders) - Lifecycle (allow to start/stop a container) Note: the classloader is created from libs command, it is handy to organize batches by folders to be able to run them contextual using this command.
    • Field Detail

      • baseUrl

        protected String baseUrl
      • operator

        protected javax.batch.operations.JobOperator operator
    • Constructor Detail

      • JobOperatorCommand

        public JobOperatorCommand()
    • Method Detail

      • operator

        protected javax.batch.operations.JobOperator operator()
      • info

        protected void info​(String text)
      • doRun

        protected abstract void doRun()
      • run

        public final void run()
        Specified by:
        run in interface Runnable