gps.core
Class EISConnection

java.lang.Object
  extended by gps.core.EISConnection

public class EISConnection
extends java.lang.Object


Constructor Summary
EISConnection()
           
 
Method Summary
 java.sql.Connection getConnection()
           
 java.lang.String getDBName()
           
 eDynamo.classes.R3ConnectionPoolProperties getR3ConnectionPoolProperties()
           
 void setConnection(java.sql.Connection connection)
           
 void setDBName(java.lang.String dbName)
           
 void setR3ConnectionPoolProperties(eDynamo.classes.R3ConnectionPoolProperties r3ConnectionPoolProperties)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EISConnection

public EISConnection()
Method Detail

setDBName

public void setDBName(java.lang.String dbName)

getDBName

public java.lang.String getDBName()

setConnection

public void setConnection(java.sql.Connection connection)

getConnection

public java.sql.Connection getConnection()

setR3ConnectionPoolProperties

public void setR3ConnectionPoolProperties(eDynamo.classes.R3ConnectionPoolProperties r3ConnectionPoolProperties)

getR3ConnectionPoolProperties

public eDynamo.classes.R3ConnectionPoolProperties getR3ConnectionPoolProperties()