org.objectweb.jonas_ejb.container.JTimer JOnAS Implementation of the Timer interface (from EJB 2.1) This is a basic implementation based on jonas_timer. A later (and better ?) implementation could be based on Quartz. @author Philippe Durieux
org.jboss.ejb.txtimer.TimerImpl An implementation of an EJB Timer. <p/> Internally it uses a java.util.Timer and maintains its state in a Tx manner. @author Thomas.Diesler@jboss.org @since 07-Apr-2004
org.objectweb.jonas_ejb.container.jorm.Set This class is a basic implementation of the java.util.Set based on the generic class implementation (GenClassImpl) and the Collection implementation. This class can be used to represent a relation between bean. @author S.Chassande-Barrioz : Initial developer @author Helene Joanin : fix bugs in th ...