org.objectweb.jonas.jdbc
Class DriverManagerMCFImpl

java.lang.Object
  extended by org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl
      extended by org.objectweb.jonas.jdbc.DriverManagerMCFImpl
All Implemented Interfaces:
java.io.Serializable, javax.resource.spi.ManagedConnectionFactory

public class DriverManagerMCFImpl
extends ManagedConnectionFactoryImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl
LOGGER_FACTORY, trace
 
Constructor Summary
DriverManagerMCFImpl()
           
 
Method Summary
 javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject, javax.resource.spi.ConnectionRequestInfo cxReq)
           
 boolean equals(java.lang.Object obj)
           
 java.lang.String getURL()
           
 void setURL(java.lang.String val)
           
 
Methods inherited from class org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl
createConnectionFactory, createConnectionFactory, getDbSpecificMethods, getDsClass, getIsolationLevel, getLogger, getLoginTimeout, getLogTopic, getLogWriter, getMapperName, getPassword, getUser, hashCode, matchManagedConnections, setDbSpecificMethods, setDsClass, setIsolationLevel, setLoginTimeout, setLogTopic, setLogWriter, setMapperName, setPassword, setUser
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DriverManagerMCFImpl

public DriverManagerMCFImpl()
Method Detail

createManagedConnection

public javax.resource.spi.ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
                                                                    javax.resource.spi.ConnectionRequestInfo cxReq)
                                                             throws javax.resource.ResourceException
Specified by:
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactory
Specified by:
createManagedConnection in class ManagedConnectionFactoryImpl
Throws:
javax.resource.ResourceException

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface javax.resource.spi.ManagedConnectionFactory
Specified by:
equals in class ManagedConnectionFactoryImpl

getURL

public java.lang.String getURL()

setURL

public void setURL(java.lang.String val)