public final class WLTimerInfo
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static int |
DISABLE_TIMER_ACTION |
|
static int |
REMOVE_TIMER_ACTION |
|
static int |
SKIP_TIMEOUT_ACTION |
Modifier and Type | Method | Description |
---|---|---|
int |
getMaxRetryAttempts() |
|
int |
getMaxTimeouts() |
|
long |
getRetryDelay() |
|
int |
getTimeoutFailureAction() |
|
void |
setMaxRetryAttempts(int retries) |
Sets the maximum number of retry attempts that will be
performed for this Timer.
|
void |
setMaxTimeouts(int max) |
Sets the maximum number of timeouts that can occur
for this timer.
|
void |
setRetryDelay(long millis) |
Sets the number of milliseconds that should elapse
before any retry attempts are made.
|
void |
setTimeoutFailureAction(int action) |
Sets the action the container will take when ejbTimeout
and all retry attempts fail.
|
public static final int REMOVE_TIMER_ACTION
public static final int DISABLE_TIMER_ACTION
public static final int SKIP_TIMEOUT_ACTION
public void setMaxRetryAttempts(int retries)
public int getMaxRetryAttempts()
public void setRetryDelay(long millis)
public long getRetryDelay()
public void setMaxTimeouts(int max)
public int getMaxTimeouts()
public void setTimeoutFailureAction(int action)
public int getTimeoutFailureAction()