org.drools.time
Class SelfRemovalJob

java.lang.Object
  extended by org.drools.time.SelfRemovalJob
All Implemented Interfaces:
Job

public class SelfRemovalJob
extends Object
implements Job


Constructor Summary
SelfRemovalJob(Job job)
           
 
Method Summary
 void execute(JobContext ctx)
           
 Job getJob()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfRemovalJob

public SelfRemovalJob(Job job)
Method Detail

getJob

public Job getJob()

execute

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


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.