org.objectweb.jonas.jdbc
Class DataSourceMCFImpl

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

public class DataSourceMCFImpl
extends ManagedConnectionFactoryImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.objectweb.jonas.jdbc.ManagedConnectionFactoryImpl
LOGGER_FACTORY, trace
 
Constructor Summary
DataSourceMCFImpl()
           
 
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

DataSourceMCFImpl

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