public class RelativeUpdateTimerCommand extends UpdateTimerCommand
delay, period, processInstanceId, repeatLimit, timerId, timerName
Constructor and Description |
---|
RelativeUpdateTimerCommand(long processInstanceId,
long timerId,
long delay) |
RelativeUpdateTimerCommand(long processInstanceId,
long timerId,
long period,
int repeatLimit) |
RelativeUpdateTimerCommand(long processInstanceId,
long timerId,
long delay,
long period,
int repeatLimit) |
RelativeUpdateTimerCommand(long processInstanceId,
String timerName,
long delay) |
RelativeUpdateTimerCommand(long processInstanceId,
String timerName,
long period,
int repeatLimit) |
RelativeUpdateTimerCommand(long processInstanceId,
String timerName,
long delay,
long period,
int repeatLimit) |
Modifier and Type | Method and Description |
---|---|
protected long |
calculateDelay(long delay,
TimerInstance timer) |
execute, getProcessInstanceId, getTimerManager, rescheduleTimer, setProcessInstanceId, toString
public RelativeUpdateTimerCommand(long processInstanceId, String timerName, long delay)
public RelativeUpdateTimerCommand(long processInstanceId, String timerName, long period, int repeatLimit)
public RelativeUpdateTimerCommand(long processInstanceId, String timerName, long delay, long period, int repeatLimit)
public RelativeUpdateTimerCommand(long processInstanceId, long timerId, long period, int repeatLimit)
public RelativeUpdateTimerCommand(long processInstanceId, long timerId, long delay, long period, int repeatLimit)
public RelativeUpdateTimerCommand(long processInstanceId, long timerId, long delay)
protected long calculateDelay(long delay, TimerInstance timer)
calculateDelay
in class UpdateTimerCommand
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.