Class SchedulerSwiftletImpl

java.lang.Object
SchedulerSwiftlet
com.swiftmq.impl.scheduler.standard.SchedulerSwiftletImpl

public class SchedulerSwiftletImpl extends SchedulerSwiftlet
  • Constructor Details

    • SchedulerSwiftletImpl

      public SchedulerSwiftletImpl()
  • Method Details

    • getJobGroup

      public JobGroup getJobGroup(String s)
    • addTemporarySchedule

      public void addTemporarySchedule(String name, String jobGroup, String jobName, String calendar, String dateFrom, String dateTo, String timeExpr, String maxRuntime, boolean loggingEnabled) throws InvalidScheduleException
      Throws:
      InvalidScheduleException
    • removeTemporarySchedule

      public boolean removeTemporarySchedule(String name)
    • startup

      protected void startup(Configuration config) throws SwiftletException
      Throws:
      SwiftletException
    • shutdown

      protected void shutdown() throws SwiftletException
      Throws:
      SwiftletException