edu.jhu.tmaj.database.conn
Class ConnectionManagerGetter

java.lang.Object
  extended by edu.jhu.tmaj.database.conn.ConnectionManagerGetter

public final class ConnectionManagerGetter
extends java.lang.Object

A Utility class that gets a ConnectionManager given the proper database type and database parameters.


Method Summary
static ConnectionManager getConnectionManager(DatabaseParameters databaseParameters)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getConnectionManager

public static ConnectionManager getConnectionManager(DatabaseParameters databaseParameters)