org.objectweb.speedo.jca.jdo
Class JDOManagedConnectionFactory

java.lang.Object
  extended by org.objectweb.speedo.jca.SpeedoManagedConnectionFactory
      extended by org.objectweb.speedo.jca.jdo.JDOManagedConnectionFactory
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ManagedConnectionFactory, SpeedoAttributeController

public class JDOManagedConnectionFactory
extends SpeedoManagedConnectionFactory

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.speedo.jca.SpeedoManagedConnectionFactory
connectionFactory, pmf, started, tm
 
Constructor Summary
JDOManagedConnectionFactory()
           
 
Method Summary
protected  SpeedoConnectionFactory createConnectionFactory(org.objectweb.util.monolog.api.Logger logger, SpeedoManagedConnectionFactory fmcf, javax.resource.spi.ConnectionManager cm, byte transactionMode)
          This abstract method is used to create a ConnectionFactory.
 
Methods inherited from class org.objectweb.speedo.jca.SpeedoManagedConnectionFactory
createConnection, createConnectionFactory, createConnectionFactory, createManagedConnection, finalize, getLogWriter, getPropertyFile, getTransactionManagerJNDIName, matchManagedConnections, setLogWriter, setPropertyFile, setTransactionManager, setTransactionManagerJNDIName, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.spi.ManagedConnectionFactory
equals, hashCode
 

Constructor Detail

JDOManagedConnectionFactory

public JDOManagedConnectionFactory()
Method Detail

createConnectionFactory

protected SpeedoConnectionFactory createConnectionFactory(org.objectweb.util.monolog.api.Logger logger,
                                                          SpeedoManagedConnectionFactory fmcf,
                                                          javax.resource.spi.ConnectionManager cm,
                                                          byte transactionMode)
                                                   throws javax.resource.ResourceException
This abstract method is used to create a ConnectionFactory. It should be implemented by the ManagedConnectionFactory associated with the actual implementation of the JCA driver (either for JDO or for EJB).

Specified by:
createConnectionFactory in class SpeedoManagedConnectionFactory
Throws:
javax.resource.ResourceException