| |
|
| java.lang.Object org.jboss.test.txtimer.ejb.TimerTestBean
TimerTestBean | public class TimerTestBean implements SessionBean,TimedObject(Code) | | TxTimer test bean
author: Dimitris.Andreadis@jboss.org version: $Revision: 57211 $ |
TimerTestBean | public TimerTestBean()(Code) | | |
cancelTimerInTxNever | public void cancelTimerInTxNever() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
cancelTimerInTxNotSupported | public void cancelTimerInTxNotSupported() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
cancelTimerInTxRequired | public void cancelTimerInTxRequired() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
cancelTimerInTxRequiresNew | public void cancelTimerInTxRequiresNew() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
ejbCreate | public void ejbCreate() throws CreateException(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | |
listAllTimers | public int listAllTimers()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext newContext) throws EJBException(Code) | | |
startTimerInTxNever | public void startTimerInTxNever() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
startTimerInTxNotSupported | public void startTimerInTxNotSupported() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
startTimerInTxRequired | public void startTimerInTxRequired() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
startTimerInTxRequiresNew | public void startTimerInTxRequiresNew() throws EJBException(Code) | | throws: EJBException - Thrown if method fails due to system-level error. |
|
|
|