| 
 | BEA Systems, Inc. | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
MBeanHome interface.)This class provides runtime data on a timer that is currently maintained by the WebLogic timer implementation. It provides information about past expiration times and information about the next scheduled expiration.
| Method Summary | |
|  long | getExpirationCount()Total number of times the timer expired after creation. | 
|  long[] | getPastExpirationTimes()Returns the past times when the timer had expired. | 
|  long | getPeriod()Return the period used to compute the next time this timer will expire. | 
|  long | getTimeout()Return the time at which this timer will expire. | 
|  String | getTimerManagerName()TimerManager name used to submit this timer. | 
|  boolean | isCancelled()Timer is cancelled and will not execute. | 
|  boolean | isStopped()This flag indicates that the stop listener will be invoked instead of the timer listener when it is executed. | 
| Method Detail | 
public long getExpirationCount()
public long[] getPastExpirationTimes()
public long getPeriod()
public long getTimeout()
public String getTimerManagerName()
public boolean isCancelled()
public boolean isStopped()
| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs92 Copyright 2006 BEA Systems Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||