Class SelfRemovalJob

java.lang.Object
org.drools.core.time.SelfRemovalJob
All Implemented Interfaces:
Serializable, Job

public class SelfRemovalJob extends Object implements Job, Serializable
See Also:
  • Constructor Details

    • SelfRemovalJob

      public SelfRemovalJob(Job job)
  • Method Details

    • getJob

      public Job getJob()
    • execute

      public void execute(JobContext ctx)
      Specified by:
      execute in interface Job