org.jboss.resource.adapter.jdbc.local
Class HALocalManagedConnectionFactory

java.lang.Object
  extended byorg.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory (src) 
      extended byorg.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory (src) 
          extended byorg.jboss.resource.adapter.jdbc.local.HALocalManagedConnectionFactory
All Implemented Interfaces:
ManagedConnectionFactory (src) , java.io.Serializable

public class HALocalManagedConnectionFactory
extends LocalManagedConnectionFactory (src)

See Also:
Serialized Form

Nested Class Summary
static class HALocalManagedConnectionFactory.URLSelector (src)
           
 
Field Summary
 
Fields inherited from class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory (src)
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
HALocalManagedConnectionFactory()
           
 
Method Summary
 ManagedConnection (src) createManagedConnection(javax.security.auth.Subject subject, ConnectionRequestInfo (src)  cri)
          Creates a new ManagedConnection
 java.lang.String getURLDelimeter()
           
 void setConnectionURL(java.lang.String connectionURL)
          Set the value of ConnectionURL.
 void setURLDelimeter(java.lang.String urlDelimeter)
           
 
Methods inherited from class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory (src)
equals, getConnectionProperties, getConnectionURL, getDriver, getDriverClass, hashCode, internalGetConnectionURL, matchManagedConnections, setConnectionProperties, setDriverClass
 
Methods inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory (src)
createConnectionFactory, createConnectionFactory, getCheckValidConnectionSQL, getConnectionProperties, getExceptionSorterClassName, getLogWriter, getNewConnectionSQL, getPassword, getPreparedStatementCacheSize, getSharePreparedStatements, getTrackStatements, getTransactionIsolation, getTxQueryTimeout, getUserName, getValidConnectionCheckerClassName, setCheckValidConnectionSQL, setExceptionSorterClassName, setLogWriter, setNewConnectionSQL, setPassword, setPreparedStatementCacheSize, setSharePreparedStatements, setTrackStatements, setTransactionIsolation, setTxQueryTimeout, setUserName, setValidConnectionCheckerClassName
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HALocalManagedConnectionFactory

public HALocalManagedConnectionFactory()
Method Detail

getURLDelimeter

public java.lang.String getURLDelimeter()

setURLDelimeter

public void setURLDelimeter(java.lang.String urlDelimeter)

setConnectionURL

public void setConnectionURL(java.lang.String connectionURL)
Description copied from class: LocalManagedConnectionFactory (src)
Set the value of ConnectionURL.

Overrides:
setConnectionURL in class LocalManagedConnectionFactory (src)

createManagedConnection

public ManagedConnection (src)  createManagedConnection(javax.security.auth.Subject subject,
                                                 ConnectionRequestInfo (src)  cri)
                                          throws ResourceException (src) 
Description copied from interface: ManagedConnectionFactory (src)
Creates a new ManagedConnection

Specified by:
createManagedConnection in interface ManagedConnectionFactory (src)
Overrides:
createManagedConnection in class LocalManagedConnectionFactory (src)
Returns:
Throws:
ResourceException (src) -