openr66.server
Class ServerInitDatabase
java.lang.Object
openr66.server.ServerInitDatabase
public class ServerInitDatabase
- extends Object
Utility class to initiate the database for a server
- Author:
- Frederic Bregier
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerInitDatabase
public ServerInitDatabase()
getParams
protected static boolean getParams(String[] args)
main
public static void main(String[] args)
- Parameters:
args
- as config_database file
[rules_directory host_authent limit_configuration]
initdb
public static void initdb()
throws goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
- Throws:
goldengate.common.database.exception.GoldenGateDatabaseNoConnectionException
loadRules
public static void loadRules(File dirConfig)
loadHostAuth
public static void loadHostAuth(String filename)
Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.