public interface TimerInstance extends Serializable
Modifier and Type | Method and Description |
---|---|
Date |
getActivationTime()
Returns date when the timer was activated/created
|
long |
getDelay()
Returns delay that comes from definition
|
Date |
getLastFireTime()
Returns date when the timer was fired last time, can be null
|
Date |
getNextFireTime()
Returns next date when the timer is expected to fire
|
long |
getPeriod()
Returns period that comes from definition - only for repeatable timers
|
long |
getProcessInstanceId()
Returns process instance id that timer belongs to
|
int |
getRepeatLimit()
Returns repeat limit that comes from definition - only for repeatable timers
|
long |
getSessionId()
Returns session id that was used to create the timer
|
long |
getTimerId()
Returns unique id of the timer
|
String |
getTimerName()
Returns name of the timer - taken from timer node in the process
|
String getTimerName()
long getTimerId()
Date getActivationTime()
Date getLastFireTime()
Date getNextFireTime()
long getDelay()
long getPeriod()
int getRepeatLimit()
long getProcessInstanceId()
long getSessionId()
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.