org.objectweb.jonas.jdbc
Class ConnectionPoolMCFImpl

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

public class ConnectionPoolMCFImpl
extends ManagedConnectionFactoryImpl

JDBC RA connection pool MCF implmentation

Author:
Eric Hardesty Contributor(s):
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl
LOGGER_FACTORY, trace
 
Constructor Summary
ConnectionPoolMCFImpl()
           
 
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 getDatabaseName()
           
 java.lang.String getDescription()
           
 java.lang.String getPortNumber()
           
 java.lang.String getServerName()
           
 void setDatabaseName(java.lang.String val)
           
 void setDescription(java.lang.String val)
           
 void setPortNumber(java.lang.String val)
           
 void setServerName(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

ConnectionPoolMCFImpl

public ConnectionPoolMCFImpl()
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

getDatabaseName

public java.lang.String getDatabaseName()

setDatabaseName

public void setDatabaseName(java.lang.String val)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String val)

getPortNumber

public java.lang.String getPortNumber()

setPortNumber

public void setPortNumber(java.lang.String val)

getServerName

public java.lang.String getServerName()

setServerName

public void setServerName(java.lang.String val)