| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectweblogic.ejb.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 DISABLE_TIMER_ACTION
public static final int REMOVE_TIMER_ACTION
public static final int SKIP_TIMEOUT_ACTION
| Constructor Detail | 
public WLTimerInfo()
| Method Detail | 
public int getMaxRetryAttempts()
public int getMaxTimeouts()
public long getRetryDelay()
public int getTimeoutFailureAction()
public void setMaxRetryAttempts(int retries)
public void setMaxTimeouts(int max)
public void setRetryDelay(long millis)
public void setTimeoutFailureAction(int action)
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs91 Copyright 2005 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||