org.jboss.ejb.txtimer.EJBTimerServiceLocator Locates the EJBTimerService, either as MBean or as local instance. <p/> It first checks if the EJBTimerServiceImpl is registerd with the MBeanServer, if not it creates a singleton and uses that. @author Thomas.Diesler@jboss.org @since 07-Apr-2004
org.jboss.test.timer.ejb.TimerEntityBean Entity Bean Timer Test @ejb:bean name="test/timer/TimerEntity" display-name="Timer in Entity Bean" type="BMP" transaction-type="Container" view-type="remote" jndi-name="ejb/test/timer/TimerEntity" @ejb:pk class="java.lang.Integer" @ejb:transaction type="Required" @author Thomas Diesler @author ...
org.objectweb.jonas_ejb.container.JMdbFactory This class is a factory for a Message Driven Bean There is one such class per MDB class. Contains all information related to the bean and set up all JMS environment for the bean It manages a ServerSession pool to server MDB requests. @author Philippe Coq, Philippe Durieux
org.jboss.ejb.StatefulSessionEnterpriseContext The enterprise context for stateful session beans. @author <a HREF="mailto:rickard.oberg@telkel.com">Rickard �berg</a> @author <a HREF="mailto:docodan@mvcsoft.com">Daniel OConnor</a> @version $Revision: 1.31.6.1 $