org.openanzo.server.repository.rdb
Class RepositoryConnectionPoolFactory

java.lang.Object
  extended by org.openanzo.server.repository.rdb.RepositoryConnectionPoolFactory

public class RepositoryConnectionPoolFactory
extends java.lang.Object

Factory to create instances of ContainerConnectionPool based on properties

Author:
Matthew Roy ( mroy@cambridgesemantics.com )

Constructor Summary
RepositoryConnectionPoolFactory()
           
 
Method Summary
static RepositoryConnectionPool getRepositoryConnectionPool(java.util.Properties properties)
          Get a RepositoryConnectionPool for the JDBC URL within the properties
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryConnectionPoolFactory

public RepositoryConnectionPoolFactory()
Method Detail

getRepositoryConnectionPool

public static RepositoryConnectionPool getRepositoryConnectionPool(java.util.Properties properties)
Get a RepositoryConnectionPool for the JDBC URL within the properties

Parameters:
properties - the configuration properties for the pool
Returns:
the RepositoryConnectionPool for the JDBC URL within the properties


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.