| |
|
| java.lang.Object org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
All known Subclasses: org.jboss.resource.adapter.jdbc.local.HALocalManagedConnectionFactory,
connectionProperties | protected String connectionProperties(Code) | | |
serialVersionUID | final static long serialVersionUID(Code) | | |
LocalManagedConnectionFactory | public LocalManagedConnectionFactory()(Code) | | |
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo cri) throws javax.resource.ResourceException(Code) | | |
getConnectionProperties | public String getConnectionProperties()(Code) | | Get the value of connectionProperties.
value of connectionProperties. |
getConnectionURL | public String getConnectionURL()(Code) | | Get the value of ConnectionURL.
value of ConnectionURL. |
getDriver | protected synchronized Driver getDriver(String url) throws ResourceException(Code) | | Check the driver for the given URL. If it is not registered already
then register it.
Parameters: url - The JDBC URL which we need a driver for. |
getDriverClass | public String getDriverClass()(Code) | | Get the DriverClass value.
the DriverClass value. |
hashCode | public int hashCode()(Code) | | |
internalGetConnectionURL | protected String internalGetConnectionURL()(Code) | | |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set mcs, Subject subject, ConnectionRequestInfo cri) throws ResourceException(Code) | | |
setConnectionProperties | public void setConnectionProperties(String connectionProperties)(Code) | | Set the value of connectionProperties.
Parameters: connectionProperties - Value to assign to connectionProperties. |
setConnectionURL | public void setConnectionURL(String connectionURL)(Code) | | Set the value of ConnectionURL.
Parameters: connectionURL - Value to assign to ConnectionURL. |
setDriverClass | public synchronized void setDriverClass(String driverClass)(Code) | | Set the DriverClass value.
Parameters: driverClass - The new DriverClass value. |
|
|
|