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

java.lang.Object
  extended by org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
      extended by org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
          extended by org.jboss.resource.adapter.jdbc.local.HALocalManagedConnectionFactory
All Implemented Interfaces:
Serializable, javax.resource.spi.ManagedConnectionFactory

public class HALocalManagedConnectionFactory
extends LocalManagedConnectionFactory

Version:
$Revision: 1.6.2.5 $
Author:
Alexey Loubyansky
See Also:
Serialized Form

Nested Class Summary
static class HALocalManagedConnectionFactory.URLSelector
           
 
Field Summary
 
Fields inherited from class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
connectionProperties
 
Fields inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
checkValidConnectionSQL, connectionChecker, connectionProps, doQueryTimeout, isTransactionQueryTimeout, log, newConnectionSQL, password, preparedStatementCacheSize, queryTimeout, 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
 javax.resource.spi.ManagedConnection createManagedConnection(Subject subject, javax.resource.spi.ConnectionRequestInfo cri)
           
 String getURLDelimeter()
           
 void setConnectionURL(String connectionURL)
          Set the value of ConnectionURL.
 void setURLDelimeter(String urlDelimeter)
           
 
Methods inherited from class org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
equals, getConnectionProperties, getConnectionURL, getDriver, getDriverClass, hashCode, internalGetConnectionURL, matchManagedConnections, setConnectionProperties, setDriverClass
 
Methods inherited from class org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
createConnectionFactory, createConnectionFactory, getCheckValidConnectionSQL, getConnectionProperties, getExceptionSorterClassName, getLogWriter, getNewConnectionSQL, getPassword, getPreparedStatementCacheSize, getQueryTimeout, getSharePreparedStatements, getTrackStatements, getTransactionIsolation, getUserName, getValidConnectionCheckerClassName, isTransactionQueryTimeout, setCheckValidConnectionSQL, setExceptionSorterClassName, setLogWriter, setNewConnectionSQL, setPassword, setPreparedStatementCacheSize, setQueryTimeout, setSharePreparedStatements, setTrackStatements, setTransactionIsolation, setTransactionQueryTimeout, 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 String getURLDelimeter()

setURLDelimeter

public void setURLDelimeter(String urlDelimeter)

setConnectionURL

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

Overrides:
setConnectionURL in class LocalManagedConnectionFactory
Parameters:
connectionURL - Value to assign to ConnectionURL.

createManagedConnection

public javax.resource.spi.ManagedConnection createManagedConnection(Subject subject,
                                                                    javax.resource.spi.ConnectionRequestInfo cri)
                                                             throws javax.resource.ResourceException
Specified by:
createManagedConnection in interface javax.resource.spi.ManagedConnectionFactory
Overrides:
createManagedConnection in class LocalManagedConnectionFactory
Throws:
javax.resource.ResourceException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.