Class CommandJob

java.lang.Object
ddf.platform.scheduler.CommandJob
All Implemented Interfaces:
org.quartz.Job

public class CommandJob extends Object implements org.quartz.Job
Executes Felix/Karaf commands when called as a Quartz Job
Author:
Ashraf Barakat
  • Field Details

  • Constructor Details

    • CommandJob

      public CommandJob(org.codice.ddf.security.Security security)
  • Method Details

    • getSystemSubject

      protected ddf.security.Subject getSystemSubject()
    • execute

      public void execute(org.quartz.JobExecutionContext context)
      Specified by:
      execute in interface org.quartz.Job
    • getSessionFactory

      @Nullable protected org.apache.karaf.shell.api.console.SessionFactory getSessionFactory()