public class SimpleConnectionFactory extends ConnectionFactory
PooledConnectionFactory or ManagedConnectionFactory should rather be used.| Constructor and Description |
|---|
SimpleConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection()
Fetches a connection from the factory.
|
int |
getConnectionCount() |
String |
getConnectionUrl() |
String |
getPassword() |
String |
getUserName() |
void |
releaseConnection(Connection conn)
Destroys a connection.
|
void |
start(ConnectionFactoryConfiguration config,
ClassLoader classLoader)
Starts the connection factory.
|
void |
stop()
Closes the connection factory, including all allocated connections etc.
|
String |
toString() |
getConnectionFactory, getConnectionFactorypublic void start(ConnectionFactoryConfiguration config, ClassLoader classLoader) throws PersistenceException
ConnectionFactorystart in class ConnectionFactoryPersistenceExceptionpublic void stop()
ConnectionFactorystop in class ConnectionFactorypublic Connection getConnection() throws PersistenceException
ConnectionFactorygetConnection in class ConnectionFactoryPersistenceExceptionpublic void releaseConnection(Connection conn)
ConnectionFactoryreleaseConnection in class ConnectionFactorypublic String getConnectionUrl()
public String getUserName()
public String getPassword()
public int getConnectionCount()
Copyright © 2025 JBoss, a division of Red Hat. All rights reserved.