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

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.QueueManagedConnectionFactoryImpl
All Implemented Interfaces:
Serializable, ManagedConnectionFactory, ResourceAdapterAssociation

public class QueueManagedConnectionFactoryImpl
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
QueueManagedConnectionFactoryImpl()
           
QueueManagedConnectionFactoryImpl(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

QueueManagedConnectionFactoryImpl

public QueueManagedConnectionFactoryImpl()

QueueManagedConnectionFactoryImpl

public QueueManagedConnectionFactoryImpl(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