org.gcube.application.aquamaps.aquamapsservice.impl.db
Class PoolManager

java.lang.Object
  extended by org.gcube.application.aquamaps.aquamapsservice.impl.db.PoolManager

public class PoolManager
extends java.lang.Object


Constructor Summary
PoolManager()
           
 
Method Summary
static java.lang.String getInternalConnectionString()
           
static java.sql.Connection getInternalDBConnection()
           
static java.sql.Connection getPostGisDBConnection()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolManager

public PoolManager()
Method Detail

getInternalDBConnection

public static java.sql.Connection getInternalDBConnection()
                                                   throws java.lang.Exception
Throws:
java.lang.Exception

getPostGisDBConnection

public static java.sql.Connection getPostGisDBConnection()
                                                  throws java.lang.Exception
Throws:
java.lang.Exception

getInternalConnectionString

public static java.lang.String getInternalConnectionString()