org.ow2.jonas.ee.jdbc
Class DriverManagerMCFImpl
java.lang.Object
org.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl
org.ow2.jonas.ee.jdbc.DriverManagerMCFImpl
- All Implemented Interfaces:
- java.io.Serializable, javax.resource.spi.ManagedConnectionFactory, javax.resource.spi.ValidatingManagedConnectionFactory
public class DriverManagerMCFImpl
- extends ManagedConnectionFactoryImpl
- See Also:
- Serialized Form
|
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.ow2.jonas.ee.jdbc.ManagedConnectionFactoryImpl |
createConnectionFactory, createConnectionFactory, getDataSource, getDbSpecificMethods, getDsClass, getInvalidConnections, getIsolationLevel, getJdbcConnLevel, getJdbcConnTestStmt, getLogger, getLoginTimeout, getLogTopic, getLogWriter, getMapperName, getPassword, getPasswordCredential, getUser, hashCode, matchManagedConnections, setDbSpecificMethods, setDsClass, setIsolationLevel, setJdbcConnLevel, setJdbcConnTestStmt, setLoginTimeout, setLogTopic, setLogWriter, setMapperName, setPassword, setUser |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
DriverManagerMCFImpl
public DriverManagerMCFImpl()
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)
Copyright © 2012 OW2 Consortium. All Rights Reserved.