goldengate.common.database
Class DbConstant

java.lang.Object
  extended by goldengate.common.database.DbConstant

public class DbConstant
extends Object

Constants value for database

Author:
Frederic Bregier

Field Summary
static DbAdmin admin
          The current DbAdmin object
static int DELAYMAXCONNECTION
          Delay in second to try to connect
static long ILLEGALVALUE
          Illegal value as SpecialId of transfer (any value above is valid)
static int MAXCONNECTION
          Number of Database max connection (if pooled)
static DbAdmin noCommitAdmin
          The no-commit DbAdmin object
static int VALIDTESTDURATION
          How long to wait in second for a validation of connection (isValid(time))
 
Constructor Summary
DbConstant()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ILLEGALVALUE

public static final long ILLEGALVALUE
Illegal value as SpecialId of transfer (any value above is valid)

See Also:
Constant Field Values

admin

public static DbAdmin admin
The current DbAdmin object


noCommitAdmin

public static DbAdmin noCommitAdmin
The no-commit DbAdmin object


VALIDTESTDURATION

public static int VALIDTESTDURATION
How long to wait in second for a validation of connection (isValid(time))


MAXCONNECTION

public static int MAXCONNECTION
Number of Database max connection (if pooled)


DELAYMAXCONNECTION

public static int DELAYMAXCONNECTION
Delay in second to try to connect

Constructor Detail

DbConstant

public DbConstant()


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