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.springframework.autobuilds.ejbtest.hibernate.tx.ejb.CmtJtaNoSpringTxEJB.java

/**
 * <p>EJB used just to test proper Hibernate Session binding and unbinding in 
 * a CMT (Container Managed Transaction) environment with JTA, but no Spring
 * TransactionManager involved. The methods here are not an example of what your
 * own EJB methods should do; they are just meant to test that Spring internals
 * are working ok. However the config of this bean _is_ a general example of how

From source file com.geodetix.geo.ejb.GeometryFacadeBean.java

/**
 * A SessionFacade for managing Geometry beans.
 *
 * @ejb.bean
 *     name="GeometryFacade"
 *     jndi-name="geodetix/geo/GeometryFacade"

From source file org.jbpm.ejb.impl.CommandServiceBean.java

/**
 * Stateless session bean that executes {@linkplain Command commands} by
 * calling their {@link Command#execute(JbpmContext) execute} method on
 * a separate {@link JbpmContext jBPM context}.
 * 
 * <h3>Environment</h3>

From source file org.jbpm.scheduler.ejbtimer.TimerServiceBean.java

/**
 * Session bean that interacts with the EJB timer service to schedule jBPM 
 * {@linkplain Timer timers}.
 * 
 * @deprecated use {@link TimerEntityBean} instead
 */

From source file com.duroty.application.mail.ejb.SendBean.java

/**
 * XDoclet-based session bean.  The class must be declared
 * public according to the EJB specification.
 *
 * To generate the EJB related files to this EJB:
 *                - Add Standard EJB module to XDoclet project properties

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

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

From source file it.doqui.index.ecmengine.business.publishing.EcmEnginePublisherBean.java

/**
 * Classe astratta che implementa un generico EJB 2.x di pubblicazione dei servizi.
 *
 * <p>Questa classe si occupa di raccogliere in un unico punto le operazioni di inizializzazione
 * del logger e dello stopwatch utilizzati dai servizi pubblicati, oltre che di reperire i riferimenti
 * a tutti gli EJB wrapper dei servizi applicativi. Ogni EJB publisher deve ereditare da questa classe