|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory (src)
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
LocalManagedConnectionFactory
Field Summary | |
protected java.lang.String |
connectionProperties
|
Fields inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory (src) |
checkValidConnectionSQL, connectionChecker, connectionProps, doQueryTimeout, log, newConnectionSQL, password, preparedStatementCacheSize, sharePS, 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 | |
ManagedConnection (src) |
createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo (src) cri)
Creates a new ManagedConnection |
boolean |
equals(java.lang.Object other)
Tests object for equality |
java.lang.String |
getConnectionProperties()
Get the value of connectionProperties. |
java.lang.String |
getConnectionURL()
Get the value of ConnectionURL. |
protected java.sql.Driver |
getDriver(java.lang.String url)
Check the driver for the given URL. |
java.lang.String |
getDriverClass()
Get the DriverClass value. |
int |
hashCode()
Generates a hashCode for this object |
protected java.lang.String |
internalGetConnectionURL()
|
ManagedConnection (src) |
matchManagedConnections(java.util.Set mcs,
javax.security.auth.Subject subject,
ConnectionRequestInfo (src) cri)
Returns a matching connection from the set. |
void |
setConnectionProperties(java.lang.String connectionProperties)
Set the value of connectionProperties. |
void |
setConnectionURL(java.lang.String connectionURL)
Set the value of ConnectionURL. |
void |
setDriverClass(java.lang.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 java.lang.String connectionProperties
Constructor Detail |
public LocalManagedConnectionFactory()
Method Detail |
public java.lang.String getConnectionURL()
public void setConnectionURL(java.lang.String connectionURL)
public java.lang.String getDriverClass()
public void setDriverClass(java.lang.String driverClass)
public java.lang.String getConnectionProperties()
public void setConnectionProperties(java.lang.String connectionProperties)
public ManagedConnection (src) createManagedConnection(javax.security.auth.Subject subject, ConnectionRequestInfo (src) cri) throws ResourceException (src)
ManagedConnectionFactory (src)
subject
- the subjectcri
- the connection request info
ResourceException (src)
- public ManagedConnection (src) matchManagedConnections(java.util.Set mcs, javax.security.auth.Subject subject, ConnectionRequestInfo (src) cri) throws ResourceException (src)
ManagedConnectionFactory (src)
mcs
- the connection setsubject
- the subjectcri
- the connection request info
ResourceException (src)
- public int hashCode()
ManagedConnectionFactory (src)
public boolean equals(java.lang.Object other)
ManagedConnectionFactory (src)
protected java.sql.Driver getDriver(java.lang.String url) throws ResourceException (src)
url
- The JDBC URL which we need a driver for.
ResourceException (src)
protected java.lang.String internalGetConnectionURL()
|
||||||||||
PREV CLASS (src) NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |