KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > ejb > TimedObject > Top Examples

  • org.objectweb.jonas_ejb.container.JEntitySwitch
    JEntitySwitch is used internally to synchronize accesses to the entity context and thus to the entity bean instance. All parts common to EJBObject and EJBLocalObject should be here. Different policies can be applied to manage context/instance pairs: - only 1 pair (container manages the transaction ...
  • org.objectweb.jonas_ejb.container.JStatelessFactory
    This class is a factory for a Session Stateless Bean. @author Philippe Durieux
  • org.jboss.test.timer.ejb.TimerSFSBean
    Stateful Session Bean Timer Test @author Thomas Diesler @author Scott.Stark@jboss.org @version $Revision: 1.3.6.1 $ @ejb:bean name="test/timer/TimerSFSB" display-name="Timer in Stateful Session Bean" type="Stateful" transaction-type="Container" view-type="remote" jndi-name="ejb/test/timer/TimerSFS ...
  • org.objectweb.jonas_ejb.deployment.api.BeanDesc
    Class to hold meta-information related to any enterprise-beans @author Christophe Ney [cney@batisseurs.com] : Initial developer @author Helene Joanin @author Jeff Mesnil @author Philippe Coq @author Florent Benoit & Ludovic Bert : ejb_link
Popular Tags