org.apache.activemq.pool
Class XaPooledConnectionFactory
java.lang.Object
org.apache.activemq.jms.pool.PooledConnectionFactory
org.apache.activemq.jms.pool.XaPooledConnectionFactory
org.apache.activemq.pool.XaPooledConnectionFactory
- All Implemented Interfaces:
- Serializable, javax.jms.ConnectionFactory, javax.jms.QueueConnectionFactory, javax.jms.TopicConnectionFactory, Referenceable, ObjectFactory, JNDIStorableInterface, Service
- Direct Known Subclasses:
- JcaPooledConnectionFactory
public class XaPooledConnectionFactory
- extends XaPooledConnectionFactory
- implements JNDIStorableInterface, Service
Add Service and Referenceable and TransportListener to @link{org.apache.activemq.jms.pool.XaPooledConnectionFactory}
- See Also:
- Serialized Form
| Methods inherited from class org.apache.activemq.jms.pool.XaPooledConnectionFactory |
createQueueConnection, createQueueConnection, createTopicConnection, createTopicConnection, getObjectInstance, getTmJndiName, getTransactionManager, isTmFromJndi, setTmFromJndi, setTmJndiName, setTransactionManager |
| Methods inherited from class org.apache.activemq.jms.pool.PooledConnectionFactory |
clear, createConnection, createConnection, createConnection, getConnectionFactory, getConnectionsPool, getExpiryTimeout, getIdleTimeout, getMaxConnections, getMaximumActiveSessionPerConnection, getNumConnections, getTimeBetweenExpirationCheckMillis, initConnectionsPool, isBlockIfSessionPoolIsFull, isCreateConnectionOnStartup, newPooledConnection, setBlockIfSessionPoolIsFull, setConnectionFactory, setCreateConnectionOnStartup, setExpiryTimeout, setIdleTimeout, setMaxConnections, setMaximumActiveSessionPerConnection, setTimeBetweenExpirationCheckMillis, start, stop |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.jms.ConnectionFactory |
createConnection, createConnection |
POOL_PROPS_PREFIX
public static final String POOL_PROPS_PREFIX
- See Also:
- Constant Field Values
XaPooledConnectionFactory
public XaPooledConnectionFactory()
XaPooledConnectionFactory
public XaPooledConnectionFactory(ActiveMQXAConnectionFactory connectionFactory)
createConnectionPool
protected ConnectionPool createConnectionPool(javax.jms.Connection connection)
- Overrides:
createConnectionPool in class XaPooledConnectionFactory
buildFromProperties
protected void buildFromProperties(Properties props)
populateProperties
protected void populateProperties(Properties props)
setProperties
public void setProperties(Properties properties)
- Specified by:
setProperties in interface JNDIStorableInterface
getProperties
public Properties getProperties()
- Specified by:
getProperties in interface JNDIStorableInterface
getReference
public Reference getReference()
throws NamingException
- Specified by:
getReference in interface Referenceable
- Throws:
NamingException
Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.