Drools :: Core 6.2.0.Final

org.drools.core.time.impl
Class JDKTimerService.JDKJobHandle

java.lang.Object
  extended by org.drools.core.time.impl.AbstractJobHandle
      extended by org.drools.core.time.impl.DefaultJobHandle
          extended by org.drools.core.time.impl.JDKTimerService.JDKJobHandle
All Implemented Interfaces:
Serializable, JobHandle, Entry<JobHandle>, LinkedListNode<JobHandle>
Enclosing class:
JDKTimerService

public static class JDKTimerService.JDKJobHandle
extends DefaultJobHandle
implements JobHandle

See Also:
Serialized Form

Constructor Summary
JDKTimerService.JDKJobHandle(long id)
           
 
Method Summary
 ScheduledFuture<Void> getFuture()
           
 void setFuture(ScheduledFuture<Void> future)
           
 
Methods inherited from class org.drools.core.time.impl.DefaultJobHandle
equals, getId, getJob, getTimerJobInstance, hashCode, isCancel, setCancel, setTimerJobInstance, toString
 
Methods inherited from class org.drools.core.time.impl.AbstractJobHandle
getNext, getPrevious, nullPrevNext, setNext, setPrevious
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.drools.core.time.JobHandle
getId, isCancel, setCancel
 
Methods inherited from interface org.drools.core.util.LinkedListNode
getPrevious, nullPrevNext, setPrevious
 
Methods inherited from interface org.drools.core.util.Entry
getNext, setNext
 

Constructor Detail

JDKTimerService.JDKJobHandle

public JDKTimerService.JDKJobHandle(long id)
Method Detail

getFuture

public ScheduledFuture<Void> getFuture()

setFuture

public void setFuture(ScheduledFuture<Void> future)

Drools :: Core 6.2.0.Final

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