类 AtomikosConnectionFactoryBean

  • 所有已实现的接口:
    com.atomikos.datasource.pool.ConnectionPoolProperties, Serializable, javax.jms.ConnectionFactory, Referenceable, org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.DisposableBean, org.springframework.beans.factory.InitializingBean

    @ConfigurationProperties(prefix="spring.jta.atomikos.connectionfactory")
    public class AtomikosConnectionFactoryBean
    extends com.atomikos.jms.AtomikosConnectionFactoryBean
    implements org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.InitializingBean, org.springframework.beans.factory.DisposableBean
    Spring friendly version of AtomikosConnectionFactoryBean.
    从以下版本开始:
    1.2.0
    另请参阅:
    序列化表格
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型方法说明
      voidafterPropertiesSet() 
      voiddestroy() 
      voidsetBeanName​(String name) 
      • 从类继承的方法 com.atomikos.jms.AtomikosConnectionFactoryBean

        close, createConnection, createConnection, getBorrowConnectionTimeout, getDefaultIsolationLevel, getIgnoreSessionTransactedFlag, getLocalTransactionMode, getMaintenanceInterval, getMaxIdleTime, getMaxLifetime, getMaxPoolSize, getMinPoolSize, getReapTimeout, getReference, getTestQuery, getUniqueResourceName, getXaConnectionFactory, getXaConnectionFactoryClassName, getXaProperties, init, poolAvailableSize, poolTotalSize, refreshPool, setBorrowConnectionTimeout, setIgnoreSessionTransactedFlag, setLocalTransactionMode, setMaintenanceInterval, setMaxIdleTime, setMaxLifetime, setMaxPoolSize, setMinPoolSize, setPoolSize, setReapTimeout, setUniqueResourceName, setXaConnectionFactory, setXaConnectionFactoryClassName, setXaProperties, toString
      • 从接口继承的方法 javax.jms.ConnectionFactory

        createContext, createContext, createContext, createContext
    • 方法详细资料

      • setBeanName

        public void setBeanName​(String name)
        指定者:
        setBeanName 在接口中 org.springframework.beans.factory.BeanNameAware
      • destroy

        public void destroy()
                     throws Exception
        指定者:
        destroy 在接口中 org.springframework.beans.factory.DisposableBean
        抛出:
        Exception