hero.session.ProjectSessionBean Project Session Bean is an stateful session bean that provides the interface for workflow process definition. By means of this API we can create workflow processes, project activities, transitions between activities , users and roles, properties, hooks, external agents...<br><br> A B ...
org.apache.tapestry.vlib.ejb.impl.KeyAllocatorBean Implementation of the {@link org.apache.tapestry.vlib.ejb.IKeyAllocator} stateless session bean. <p>We're cheating a little; they KeyAllocator does have state, it just doesn't get persisted ever. Since the operation on it is atomic ("gimme a key") it doesn't need to have conversational sta ...
org.objectweb.jass.examples.travelagency.ejbs.TravelAgencyBean Makes the composed reservation by invoking the Airline and Hotel EJBs. It creates a ONT activity that scopes both invocations through the OpenNested service. @author fran Date: Feb 16, 2004 org.objectweb.jass.examples.travelagency.ejbsTravelAgencyBean.java
org.jboss.test.jmsra.bean.PublisherBean Bean to help JMS RA test publish/send JMS messages and test transactional behavior. <p>Created: Mon Apr 23 21:35:25 2001 @author Unknown @author <a HREF="mailto:jason@planet57.com">Jason Dillon</a> @version $Revision: 1.4.28.1 $