站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

AbstractJmsMessageDrivenBean (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


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.