|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
weblogic.ejb.WLTimerInfo
public final class WLTimerInfo
| Field Summary | |
|---|---|
static int |
DISABLE_TIMER_ACTION |
static int |
REMOVE_TIMER_ACTION |
static int |
SKIP_TIMEOUT_ACTION |
| 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
| 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, 2015, 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 Java API Reference for Oracle WebLogic Server 12c (12.2.1) Part Number E55141-01 P4 Change 1723563 on 2015/10/09 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||