org.jboss.test.timer.ejb.TimerSLSBean Stateless Session Bean Timer Test @ejb:bean name="test/timer/TimerSLSB" display-name="Timer in Stateless Session Bean" type="Stateless" transaction-type="Container" view-type="remote" jndi-name="ejb/test/timer/TimerSLSB" @ejb:transaction type="Required" @author Thomas Diesler @author Scott.Stark ...
org.objectweb.jonas_ejb.container.JTimerService JOnAS Implementation of the TimerService interface (from EJB 2.1) One such object is created the first time a bean calls getTimerService. Basically manages the list of the Timers for that bean. @author Philippe Durieux
org.jboss.ejb.txtimer.TimerServiceImpl The TimerService provides enterprise bean components with access to the container-provided Timer Service. The EJB Timer Service allows entity beans, stateless session beans, and message-driven beans to be registered for timer callback events at a specified time, after a specified elapsed time, or ...
org.jboss.ejb.txtimer.FixedDelayRetryPolicy This service implements a RetryPolicy that retries the call to ejbTimeout after a fixed delay. @author Thomas.Diesler@jboss.org @jmx.mbean name="jboss.ejb:service=EJBTimerService,retryPolicy=fixedDelay" extends="org.jboss.system.Service, org.jboss.ejb.txtimer.RetryPolicy" @since 07-Apr-2004