public class TimerImpl extends Object implements javax.ejb.Timer, Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
cancel() |
javax.ejb.TimerHandle |
getHandle() |
Serializable |
getInfo() |
Date |
getNextTimeout() |
javax.ejb.ScheduleExpression |
getSchedule() |
long |
getTimeRemaining() |
boolean |
isCalendarTimer() |
boolean |
isPersistent() |
public TimerImpl(TimerData timerData)
public void cancel()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
cancel in interface javax.ejb.TimerIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic long getTimeRemaining()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
getTimeRemaining in interface javax.ejb.TimerIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic Date getNextTimeout() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException
getNextTimeout in interface javax.ejb.TimerIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic Serializable getInfo() throws IllegalStateException, javax.ejb.NoSuchObjectLocalException
getInfo in interface javax.ejb.TimerIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic javax.ejb.TimerHandle getHandle()
throws IllegalStateException,
javax.ejb.NoSuchObjectLocalException
getHandle in interface javax.ejb.TimerIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic javax.ejb.ScheduleExpression getSchedule()
throws javax.ejb.EJBException,
IllegalStateException,
javax.ejb.NoSuchObjectLocalException
getSchedule in interface javax.ejb.Timerjavax.ejb.EJBExceptionIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic boolean isPersistent()
throws javax.ejb.EJBException,
IllegalStateException,
javax.ejb.NoSuchObjectLocalException
isPersistent in interface javax.ejb.Timerjavax.ejb.EJBExceptionIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionpublic boolean isCalendarTimer()
throws javax.ejb.EJBException,
IllegalStateException,
javax.ejb.NoSuchObjectLocalException
isCalendarTimer in interface javax.ejb.Timerjavax.ejb.EJBExceptionIllegalStateExceptionjavax.ejb.NoSuchObjectLocalExceptionCopyright © 1999–2014 The Apache Software Foundation. All rights reserved.