jBPM :: Distribution 6.2.0.Final

org.jbpm.process.core.timer.impl
Class ThreadPoolSchedulerService.GlobalJDKJobHandle

java.lang.Object
  extended by org.drools.core.time.impl.AbstractJobHandle
      extended by org.drools.core.time.impl.DefaultJobHandle
          extended by org.jbpm.process.core.timer.impl.GlobalTimerService.GlobalJobHandle
              extended by org.jbpm.process.core.timer.impl.ThreadPoolSchedulerService.GlobalJDKJobHandle
All Implemented Interfaces:
Serializable, org.drools.core.time.JobHandle, org.drools.core.util.Entry<org.drools.core.time.JobHandle>, org.drools.core.util.LinkedListNode<org.drools.core.time.JobHandle>
Enclosing class:
ThreadPoolSchedulerService

public static class ThreadPoolSchedulerService.GlobalJDKJobHandle
extends GlobalTimerService.GlobalJobHandle
implements Serializable

See Also:
Serialized Form

Constructor Summary
ThreadPoolSchedulerService.GlobalJDKJobHandle(long id)
           
 
Method Summary
 ScheduledFuture<Void> getFuture()
           
 void setFuture(ScheduledFuture<Void> future)
           
 
Methods inherited from class org.jbpm.process.core.timer.impl.GlobalTimerService.GlobalJobHandle
getSessionId, getTimerId
 
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

ThreadPoolSchedulerService.GlobalJDKJobHandle

public ThreadPoolSchedulerService.GlobalJDKJobHandle(long id)
Method Detail

getFuture

public ScheduledFuture<Void> getFuture()

setFuture

public void setFuture(ScheduledFuture<Void> future)

jBPM :: Distribution 6.2.0.Final

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