goldengate.common.database.model
Class DbModelFactory

java.lang.Object
  extended by goldengate.common.database.model.DbModelFactory

public class DbModelFactory
extends Object

Factory to store the Database Model object

Author:
Frederic Bregier

Field Summary
static boolean classLoaded
          Info on JDBC Class is already loaded or not
static DbModel dbModel
          Database Model Object
 
Constructor Summary
DbModelFactory()
           
 
Method Summary
static DbAdmin initialize(String dbdriver, String dbserver, String dbuser, String dbpasswd, boolean write)
          Initialize the Database Model according to arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

classLoaded

public static volatile boolean classLoaded
Info on JDBC Class is already loaded or not


dbModel

public static DbModel dbModel
Database Model Object

Constructor Detail

DbModelFactory

public DbModelFactory()
Method Detail

initialize

public static DbAdmin initialize(String dbdriver,
                                 String dbserver,
                                 String dbuser,
                                 String dbpasswd,
                                 boolean write)
                          throws GoldenGateDatabaseNoConnectionException
Initialize the Database Model according to arguments.

Parameters:
dbdriver -
dbserver -
dbuser -
dbpasswd -
write -
Throws:
GoldenGateDatabaseNoConnectionException


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.