| java.lang.Object org.jboss.test.txtimer.ejb.TimerSessionBean
TimerSessionBean | public class TimerSessionBean implements SessionBean,TimedObject(Code) | | Session Bean Timer Test
|
cancelFirstTimer | public void cancelFirstTimer()(Code) | | |
createTimerReturnHandle | public Object createTimerReturnHandle(long duration)(Code) | | This is not allowed on the remote interface.
|
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
getCallCount | public int getCallCount()(Code) | | |
getGlobalCallCount | public int getGlobalCallCount()(Code) | | |
passTimerHandle | public String passTimerHandle(Object handle)(Code) | | This is not allowed on the remote interface.
|
resetCallCount | public void resetCallCount()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext ctx) throws EJBException, RemoteException(Code) | | |
|
|