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

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

public class ManagedConnectionFactoryImpl
extends AbstractManagedConnectionFactory

Created: 11 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
ManagedConnectionFactoryImpl()
           
ManagedConnectionFactoryImpl(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

ManagedConnectionFactoryImpl

public ManagedConnectionFactoryImpl()

ManagedConnectionFactoryImpl

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