jBPM distribution 6.0.0-SNAPSHOT

org.jbpm.process.core.timer.impl
Class GlobalTimerService.GlobalJobHandle

java.lang.Object
  extended by org.drools.core.time.impl.DefaultJobHandle
      extended by org.jbpm.process.core.timer.impl.GlobalTimerService.GlobalJobHandle
All Implemented Interfaces:
Serializable, org.drools.core.time.JobHandle
Direct Known Subclasses:
QuartzSchedulerService.GlobalQuartzJobHandle, ThreadPoolSchedulerService.GlobalJDKJobHandle
Enclosing class:
GlobalTimerService

public static class GlobalTimerService.GlobalJobHandle
extends org.drools.core.time.impl.DefaultJobHandle
implements org.drools.core.time.JobHandle

See Also:
Serialized Form

Constructor Summary
GlobalTimerService.GlobalJobHandle(long id)
           
 
Method Summary
 int getSessionId()
           
 long getTimerId()
           
 
Methods inherited from class org.drools.core.time.impl.DefaultJobHandle
equals, getId, getJob, getTimerJobInstance, hashCode, isCancel, setCancel, setTimerJobInstance
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.drools.core.time.JobHandle
getId, isCancel, setCancel
 

Constructor Detail

GlobalTimerService.GlobalJobHandle

public GlobalTimerService.GlobalJobHandle(long id)
Method Detail

getTimerId

public long getTimerId()

getSessionId

public int getSessionId()

jBPM distribution 6.0.0-SNAPSHOT

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