org.springframework.ejb.support
Class AbstractJmsMessageDrivenBean

java.lang.Object
  extended by org.springframework.ejb.support.AbstractEnterpriseBean
      extended by org.springframework.ejb.support.AbstractMessageDrivenBean
          extended by org.springframework.ejb.support.AbstractJmsMessageDrivenBean
All Implemented Interfaces:
Serializable, EnterpriseBean, MessageDrivenBean, MessageListener

public abstract class AbstractJmsMessageDrivenBean
extends AbstractMessageDrivenBean
implements MessageListener

Convenient superclass for JMS MDBs. Requires subclasses to implement the JMS interface MessageListener.

Author:
Rod Johnson
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.springframework.ejb.support.AbstractMessageDrivenBean
logger
 
Fields inherited from class org.springframework.ejb.support.AbstractEnterpriseBean
BEAN_FACTORY_PATH_ENVIRONMENT_KEY
 
Constructor Summary
AbstractJmsMessageDrivenBean()
           
 
Method Summary
 
Methods inherited from class org.springframework.ejb.support.AbstractMessageDrivenBean
ejbCreate, getMessageDrivenContext, onEjbCreate, setMessageDrivenContext
 
Methods inherited from class org.springframework.ejb.support.AbstractEnterpriseBean
ejbRemove, getBeanFactory, loadBeanFactory, onEjbRemove, setBeanFactoryLocator, setBeanFactoryLocatorKey, unloadBeanFactory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.jms.MessageListener
onMessage
 
Methods inherited from interface javax.ejb.MessageDrivenBean
ejbRemove
 

Constructor Detail

AbstractJmsMessageDrivenBean

public AbstractJmsMessageDrivenBean()


Copyright (c) 2002-2007 The Spring Framework Project.