|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.connection.ConnectionPoolFactory
public class ConnectionPoolFactory
Factory class which creates a connection pool. The factory also creates a JVM Shutdown hook which is called when JVM is shutting down which indirectly calls @link ConnectionPool#releasePool
Constructor Summary | |
---|---|
ConnectionPoolFactory()
|
Method Summary | |
---|---|
static ConnectionPool |
createPool(ConnectionProperties connProperties)
Factory method to create and return a connection pool based on the property set for the connection pool implementation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConnectionPoolFactory()
Method Detail |
---|
public static ConnectionPool createPool(ConnectionProperties connProperties) throws ConnectionException
connProperties
- Properties for the connection pool
ConnectionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |