|
Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.ejb.WLTimerInfo
public final class WLTimerInfo
Field Summary | |
---|---|
static int |
DISABLE_TIMER_ACTION
|
static int |
REMOVE_TIMER_ACTION
|
static int |
SKIP_TIMEOUT_ACTION
|
Constructor Summary | |
---|---|
WLTimerInfo()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int REMOVE_TIMER_ACTION
public static final int DISABLE_TIMER_ACTION
public static final int SKIP_TIMEOUT_ACTION
Constructor Detail |
---|
public WLTimerInfo()
Method Detail |
---|
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()
|
Copyright 1996, 2011, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Oracle WebLogic Server API Reference 12c Release 1 (12.1.1) Part Number E24391-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |