| java.lang.Object org.jboss.test.timer.ejb.NoTimedObjectBean
NoTimedObjectBean | public class NoTimedObjectBean implements SessionBean(Code) | | A session bean that does not implement the required TimedObject interface
to test that calling getTimerService fails.
author: Scott.Stark@jboss.org version: $Revision: 57211 $ |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public void ejbCreate()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
getNextTimeout | public Date getNextTimeout(byte[] handle)(Code) | | |
getRetryTimeoutPeriod | public long getRetryTimeoutPeriod()(Code) | | |
getTimeRemaining | public long getTimeRemaining(byte[] handle)(Code) | | |
getTimeoutCount | public int getTimeoutCount(byte[] handle)(Code) | | |
setSessionContext | public void setSessionContext(SessionContext context)(Code) | | |
startSingleTimer | public byte[] startSingleTimer(long pPeriod)(Code) | | |
startTimer | public byte[] startTimer(long pPeriod)(Code) | | |
stopTimer | public void stopTimer(byte[] handle)(Code) | | |
|
|