org.jboss.resource.adapter.jdbc.local
Class HALocalManagedConnectionFactory
java.lang.Object
org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnectionFactory
org.jboss.resource.adapter.jdbc.local.LocalManagedConnectionFactory
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
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 |
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 |
HALocalManagedConnectionFactory
public HALocalManagedConnectionFactory()
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.