| |
|
| java.lang.Object org.jboss.test.timer.ejb.TimerEntityBean
TimerEntityBean | public class TimerEntityBean implements EntityBean,TimedObject(Code) | | Entity Bean Timer Test
author: Thomas Diesler author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
ejbTimeout | public void ejbTimeout(Timer pTimer)(Code) | | |
getInfo | public Object getInfo()(Code) | | User object of the timer |
getNextTimeout | public Date getNextTimeout()(Code) | | Date of the next timed event |
getTimeRemaining | public long getTimeRemaining()(Code) | | Time remaining until next timed event in milliseconds |
getTimeoutCount | public int getTimeoutCount()(Code) | | |
getTimerHandle | public TimerHandle getTimerHandle()(Code) | | Date of the next timed event |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
startSingleTimer | public void startSingleTimer(long pPeriod)(Code) | | Start a single timer (if not already set) with the start date plus the period
Parameters: pPeriod - Time that will elapse between now and the timed event in milliseconds |
startTimer | public void startTimer(long pPeriod)(Code) | | Start a timer (if not already set) with the start date plus the period
and an interval of the given period
Parameters: pPeriod - Time that will elapse between two events in milliseconds |
stopTimer | public void stopTimer()(Code) | | |
toString | public String toString()(Code) | | Describes the instance and its content for debugging purpose
Debugging information about the instance and its content |
unsetEntityContext | public void unsetEntityContext()(Code) | | |
|
|
|