| java.lang.Object com.caucho.ejb.timer.EjbTimer
EjbTimer | public class EjbTimer implements javax.ejb.Timer,Runnable(Code) | | Implements the EJB timer.
|
Field Summary | |
final protected static Logger | log |
__caucho_getId | long __caucho_getId()(Code) | | |
cancel | public void cancel() throws NoSuchObjectLocalException, EJBException(Code) | | Cancels the timer.
|
getHandle | public TimerHandle getHandle() throws NoSuchObjectLocalException, EJBException(Code) | | Returns the timer handle.
|
getInfo | public Serializable getInfo() throws NoSuchObjectLocalException, EJBException(Code) | | Returns timer information.
|
getNextTimeout | public Date getNextTimeout() throws NoSuchObjectLocalException, EJBException(Code) | | Returns the time corresponding to the next scheduled expiration.
|
getTimeRemaining | public long getTimeRemaining() throws NoSuchObjectLocalException, EJBException(Code) | | Returns the time remaining in milliseconds.
|
|
|