net.sf.dropboxmq.resource.spi.factories
Class XAQueueManagedConnectionFactoryImpl

java.lang.Object
  extended by net.sf.dropboxmq.resource.spi.CommonBean
      extended by net.sf.dropboxmq.resource.spi.factories.AbstractManagedConnectionFactory
          extended by net.sf.dropboxmq.resource.spi.factories.XAQueueManagedConnectionFactoryImpl
All Implemented Interfaces:
Serializable, ManagedConnectionFactory, ResourceAdapterAssociation

public class XAQueueManagedConnectionFactoryImpl
extends AbstractManagedConnectionFactory

Created: 13 Oct 2006

Version:
$Revision: 211 $, $Date: 2010-11-14 14:21:24 -0700 (Sun, 14 Nov 2010) $
Author:
Dwayne Schultz
See Also:
Serialized Form

Constructor Summary
XAQueueManagedConnectionFactoryImpl()
           
XAQueueManagedConnectionFactoryImpl(Configuration configuration)
           
 
Method Summary
 ConnectionImpl createConnection(ManagedConnectionImpl managedConnection, ConnectionRequestInfoImpl connectionRequestInfo)
           
 Object createConnectionFactory(ConnectionManager connectionManager)
           
 
Methods inherited from class net.sf.dropboxmq.resource.spi.factories.AbstractManagedConnectionFactory
createConnectionFactory, createManagedConnection, equals, getConfigurationInstance, getLogWriter, getResourceAdapter, hashCode, matchManagedConnections, setLogWriter, setResourceAdapter
 
Methods inherited from class net.sf.dropboxmq.resource.spi.CommonBean
getClassLoadedProperties, getMessageTranscoderFactory, getPollingInterval, getProperty, getRedeliveryAttempts, getRoot, getTargetScanTimeout, isConsumeExpiredMessages, isDeleteCompleteTransactions, isDeleteExpiredMessages, isDeleteProcessedMessages, isPreserveDeletedDropboxes, setClassLoadedProperties, setConsumeExpiredMessages, setDeleteCompleteTransactions, setDeleteExpiredMessages, setDeleteProcessedMessages, setMessageTranscoderFactory, setPollingInterval, setPreserveDeletedDropboxes, setRedeliveryAttempts, setRoot, setTargetScanTimeout, toObjectString, validateCommon
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XAQueueManagedConnectionFactoryImpl

public XAQueueManagedConnectionFactoryImpl()

XAQueueManagedConnectionFactoryImpl

public XAQueueManagedConnectionFactoryImpl(Configuration configuration)
Method Detail

createConnectionFactory

public Object createConnectionFactory(ConnectionManager connectionManager)
                               throws ResourceException
Throws:
ResourceException

createConnection

public ConnectionImpl createConnection(ManagedConnectionImpl managedConnection,
                                       ConnectionRequestInfoImpl connectionRequestInfo)
                                throws InvalidPropertyException
Specified by:
createConnection in class AbstractManagedConnectionFactory
Throws:
InvalidPropertyException