org.drools.time.impl
Class JDKTimerService.JDKJobHandle
java.lang.Object
org.drools.time.impl.JDKTimerService.JDKJobHandle
- All Implemented Interfaces:
- JobHandle
- Enclosing class:
- JDKTimerService
public static class JDKTimerService.JDKJobHandle
- extends Object
- implements JobHandle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JDKTimerService.JDKJobHandle
public JDKTimerService.JDKJobHandle(long id)
setCancel
public void setCancel(boolean cancel)
- Specified by:
setCancel in interface JobHandle
getId
public long getId()
- Specified by:
getId in interface JobHandle
isCancel
public boolean isCancel()
- Specified by:
isCancel in interface JobHandle
getFuture
public ScheduledFuture<Void> getFuture()
setFuture
public void setFuture(ScheduledFuture<Void> future)
setTimerJobInstance
public void setTimerJobInstance(TimerJobInstance scheduledJob)
getTimerJobInstance
public TimerJobInstance getTimerJobInstance()
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.