| java.lang.Object org.jboss.test.txtimer.ejb.TimerEntityBean
TimerEntityBean | public class TimerEntityBean implements EntityBean,TimedObject(Code) | | Entity Bean Timer Test
|
cancelFirstTimer | public void cancelFirstTimer()(Code) | | |
createTimerReturnHandle | public Object createTimerReturnHandle(long duration)(Code) | | This is not allowed on the remote interface.
|
ejbPostCreate | public void ejbPostCreate(Integer pk) throws CreateException(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
getCallCount | public int getCallCount()(Code) | | |
passTimerHandle | public String passTimerHandle(Object handle)(Code) | | This is not allowed on the remote interface.
|
resetCallCount | public void resetCallCount()(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx) throws EJBException, RemoteException(Code) | | |
|
|