|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
LocalManagedConnectionFactory
Field Summary | |
protected String |
connectionProperties
|
Fields inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory |
checkValidConnectionSQL, connectionChecker, connectionProps, doQueryTimeout, log, newConnectionSQL, password, preparedStatementCacheSize, TRACK_STATEMENTS_FALSE, TRACK_STATEMENTS_FALSE_INT, TRACK_STATEMENTS_NOWARN, TRACK_STATEMENTS_NOWARN_INT, TRACK_STATEMENTS_TRUE, TRACK_STATEMENTS_TRUE_INT, trackStatements, transactionIsolation, userName, validConnectionCheckerClassName |
Constructor Summary | |
LocalManagedConnectionFactory()
|
Method Summary | |
javax.resource.spi.ManagedConnection |
createManagedConnection(Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
|
boolean |
equals(Object other)
|
String |
getConnectionProperties()
Get the value of connectionProperties. |
String |
getConnectionURL()
Get the value of ConnectionURL. |
protected Driver |
getDriver(String url)
Check the driver for the given URL. |
String |
getDriverClass()
Get the DriverClass value. |
int |
hashCode()
|
protected String |
internalGetConnectionURL()
|
javax.resource.spi.ManagedConnection |
matchManagedConnections(Set mcs,
Subject subject,
javax.resource.spi.ConnectionRequestInfo cri)
|
void |
setConnectionProperties(String connectionProperties)
Set the value of connectionProperties. |
void |
setConnectionURL(String connectionURL)
Set the value of ConnectionURL. |
void |
setDriverClass(String driverClass)
Set the DriverClass value. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String connectionProperties
Constructor Detail |
public LocalManagedConnectionFactory()
Method Detail |
public String getConnectionURL()
public void setConnectionURL(String connectionURL)
public String getDriverClass()
public void setDriverClass(String driverClass)
public String getConnectionProperties()
public void setConnectionProperties(String connectionProperties)
public javax.resource.spi.ManagedConnection createManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri) throws javax.resource.ResourceException
javax.resource.ResourceException
- public javax.resource.spi.ManagedConnection matchManagedConnections(Set mcs, Subject subject, javax.resource.spi.ConnectionRequestInfo cri) throws javax.resource.ResourceException
javax.resource.ResourceException
- public int hashCode()
public boolean equals(Object other)
protected Driver getDriver(String url) throws javax.resource.ResourceException
url
- The JDBC URL which we need a driver for.
javax.resource.ResourceException
protected String internalGetConnectionURL()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |