com.nonesole.persistence.connectionpool.parser
Class ConnectionPoolConfigParser

java.lang.Object
  extended by com.nonesole.persistence.connectionpool.parser.ConnectionPoolConfigParser

public class ConnectionPoolConfigParser
extends java.lang.Object

Parse configuration of connection pool from xml files

Version:
1.0 - build in 2009-07-01
Author:
JACK LEE

Method Summary
static ConnectionPoolProperties getConnectionPool(java.lang.String poolName)
          Get connection pool
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectionPool

public static final ConnectionPoolProperties getConnectionPool(java.lang.String poolName)
Get connection pool

Parameters:
poolName-it - must be as same as names in xml files
Returns:
ConnectionPoolProperties object