Example usage for javax.ejb SessionBean interface-usage

List of usage examples for javax.ejb SessionBean interface-usage

Introduction

In this page you can find the example usage for javax.ejb SessionBean interface-usage.

Usage

From source file org.openamf.examples.ejb.TestStatelessEJBBean.java

/**
 * @author Jason Calabrese <jasonc@missionvi.com>
 * @author Roberto Saccon <saccon@users.sourceforge.net>
 * @ejb.bean name="TestStatelessEJB"
 *   jndi-name="TestStatelessEJBBean"
 *   type="Stateless" 

From source file org.openamf.examples.ejb.TestStatefulEJBBean.java

/**
 * @author Roberto Saccon <saccon@users.sourceforge.net>
 * @author Radoslaw Sliwinski <madlyr at users.sourceforge.net>
 * @author Jason Calabrese <jasonc@missionvi.com>
 * @ejb.bean name="TestStatefulEJB"
 *   jndi-name="TestStatefulEJBBean"

From source file com.netcracker.ejb.MapBean.java

/**
 *
 * @author 
 */
public class MapBean implements SessionBean {

From source file org.josso.samples.ejb.PartnerComponentEJB.java

/**
 * EJB class of a Sample Partner Application EJB used for testing user
 * identity propagation from the web to the business tier.
 *
 * @author <a href="mailto:gbrigand@josso.org">Gianluca Brigandi</a>
 * @version CVS $Id: PartnerComponentEJB.java 693 2008-10-28 17:40:58Z sgonzalez $

From source file org.josso.samples.ejb1.PartnerComponentEJB.java

/**
 * EJB class of a Sample Partner Application EJB used for testing user
 * identity propagation from the web to the business tier.
 *
 * @author <a href="mailto:gbrigand@josso.org">Gianluca Brigandi</a>
 * @version CVS $Id: PartnerComponentEJB.java 693 2008-10-28 17:40:58Z sgonzalez $

From source file org.josso.samples.ejbA.PartnerComponentEJB.java

/**
 * EJB class of a Sample Partner Application EJB used for testing user
 * identity propagation from the web to the business tier.
 *
 * @author <a href="mailto:gbrigand@josso.org">Gianluca Brigandi</a>
 * @version CVS $Id: PartnerComponentEJB.java 693 2008-10-28 17:40:58Z sgonzalez $

From source file org.jboss.test.classloader.leak.ejb.bean.StatefulSessionBean.java

/**
 * @author Brian Stansberry
 */
public class StatefulSessionBean implements SessionBean {
    private static final long serialVersionUID = 1L;

From source file org.jboss.test.classloader.leak.ejb.bean.StatelessSessionBean.java

/**
 * @author Brian Stansberry
 */
public class StatelessSessionBean implements SessionBean {
    private static final long serialVersionUID = 1L;

From source file org.apache.cactus.internal.server.EJBTestRedirectorBean.java

/**
 * Prototype of EJBRedirector for Cactus.
 * @author Siddhartha P. Chandurkar (siddhartha@visioncodified.com)
 */
public class EJBTestRedirectorBean implements SessionBean {

From source file TransformBean.java

/**
 * @author Morten Jorgensen
 */
public class TransformBean implements SessionBean {

    private SessionContext m_context = null;