Class GlobalTimerService.GlobalJobHandle

    • Constructor Summary

      Constructors 
      Constructor Description
      GlobalJobHandle​(long id)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getSessionId()  
      Long getTimerId()  
      String getUuid()  
      • 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 interface org.drools.core.util.Entry

        getNext, setNext
      • Methods inherited from interface org.drools.core.time.JobHandle

        getId, isCancel, setCancel
      • Methods inherited from interface org.drools.core.util.LinkedListNode

        getPrevious, nullPrevNext, setPrevious
    • Constructor Detail

      • GlobalJobHandle

        public GlobalJobHandle​(long id)
    • Method Detail

      • getTimerId

        public Long getTimerId()
      • getSessionId

        public long getSessionId()
      • getUuid

        public String getUuid()