Example usage for javax.ejb MessageDrivenBean interface-usage

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

Introduction

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

Usage

From source file org.springframework.ejb.support.AbstractMessageDrivenBean.java

/** 
 * Convenient superclass for MDBs.
 * Doesn't require JMS, as EJB 2.1 MDBs are no longer
 * JMS-specific: see the AbstractJmsMessageDrivenBean subclass.
 *
 * <p>This class ensures that subclasses have access to the

From source file edu.harvard.i2b2.crc.ejb.QueryExecutorMDB.java

/**
 * This class is the message driven bean to handle UploadMessages on the queue
 * and handing them to the Upload coordinator.
 * 
 * @author rkuttan
 * 

From source file org.jbpm.bpel.tutorial.purchase.ejb.InvoiceCallbackMessageBean.java

/**
 * Asynchronous invoice callback bean.
 * @author Jeff DeLong
 * @author Alejandro Guizar
 * @version $Revision$ $Date: 2007/11/29 10:31:47 $
 */

From source file org.jbpm.bpel.tutorial.purchase.ejb.ShippingCallbackMessageBean.java

/**
 * Asynchronous shipping callback bean.
 * @author Jeff DeLong
 * @author Alejandro Guizar
 * @version $Revision$ $Date: 2007/11/29 10:31:47 $
 */

From source file org.apache.cactus.spi.server.MessageDrivenBeanRedirector.java

/**
 * Generic Message Driven Bean redirector that calls a test method on the
 * server side.
 *
 * @since 1.4
 *

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

/**
 * This message-driven bean listens for {@link ObjectMessage object messages}
 * containing a command instance. The received commands are 
 * executed by the {@link CommandServiceBean command service} bean, using the
 * local interface.
 * 

From source file edu.harvard.i2b2.crc.ejb.QuerySmallExecutorMDB.java

/**
 * This class is the message driven bean to handle UploadMessages 
 * on the queue and handing them to the Upload coordinator.
 * 
 * @author rkuttan
 * 

From source file edu.harvard.i2b2.crc.ejb.QueryLargeExecutorMDB.java

/**
 * This class is the message driven bean to handle UploadMessages 
 * on the queue and handing them to the Upload coordinator.
 * 
 * @author rkuttan
 * 

From source file edu.harvard.i2b2.crc.ejb.QueryMediumExecutorMDB.java

/**
 * This class is the message driven bean to handle UploadMessages 
 * on the queue and handing them to the Upload coordinator.
 * 
 * @author rkuttan
 *