JML

net.sf.jqql.net
Interface IConnectionPoolFactory

All Known Implementing Classes:
PortGateFactory

public interface IConnectionPoolFactory

Factory class of connection pool 连接池工厂类

Author:
luma

Method Summary
 IConnectionPool newPool()
           
 

Method Detail

newPool

IConnectionPool newPool()
Returns:
connection pool object 连接池对象

JML