com.oy.shared.lw.samples.mysqlrepl
Class MySqlReplContext

java.lang.Object
  extended bycom.oy.shared.lw.samples.mysqlrepl.MySqlReplContext

public final class MySqlReplContext
extends java.lang.Object


Field Summary
private  boolean canModify
           
private  boolean canPurgeBinLogs
           
private  int checkDelayMillis
           
private  java.lang.String dbName
           
private  boolean hasBinLogEnabled
           
private  MySqlReplConnectionPool pool
           
private  int purgeDelayMillis
           
private  java.lang.String rootDbName
           
private  java.lang.String tableCreatePostfix
           
private  java.lang.String tableName
           
 
Constructor Summary
MySqlReplContext()
           
 
Method Summary
private  void assertCanModify()
           
 boolean getCanPurgeBinLogs()
           
 int getCheckDelayMillis()
           
 MySqlReplConnectionPool getConnectionPool()
           
 java.lang.String getDbName()
           
 boolean getHasBinLogEnabled()
           
 int getPurgeDelayMillis()
           
 java.lang.String getRootDbName()
           
 java.lang.String getTableCreatePostfix()
           
 java.lang.String getTableName()
           
(package private)  void setCanModify(boolean value)
           
 void setCanPurgeBinLogs(boolean value)
           
 void setCheckDelayMillis(int value)
           
 void setConnectionPool(MySqlReplConnectionPool value)
           
 void setDbName(java.lang.String value)
           
(package private)  void setHasBinLogEnabled(boolean value)
           
 void setPurgeDelayMillis(int value)
           
 void setRootDbName(java.lang.String value)
           
 void setTableCreatePostfix(java.lang.String value)
           
 void setTableName(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rootDbName

private java.lang.String rootDbName

dbName

private java.lang.String dbName

tableName

private java.lang.String tableName

tableCreatePostfix

private java.lang.String tableCreatePostfix

checkDelayMillis

private int checkDelayMillis

purgeDelayMillis

private int purgeDelayMillis

canPurgeBinLogs

private boolean canPurgeBinLogs

pool

private MySqlReplConnectionPool pool

hasBinLogEnabled

private boolean hasBinLogEnabled

canModify

private boolean canModify
Constructor Detail

MySqlReplContext

public MySqlReplContext()
Method Detail

setCanModify

void setCanModify(boolean value)

assertCanModify

private void assertCanModify()

setDbName

public void setDbName(java.lang.String value)

setRootDbName

public void setRootDbName(java.lang.String value)

getDbName

public java.lang.String getDbName()

getRootDbName

public java.lang.String getRootDbName()

setTableName

public void setTableName(java.lang.String value)

getTableName

public java.lang.String getTableName()

setPurgeDelayMillis

public void setPurgeDelayMillis(int value)

setCheckDelayMillis

public void setCheckDelayMillis(int value)

getPurgeDelayMillis

public int getPurgeDelayMillis()

getCheckDelayMillis

public int getCheckDelayMillis()

setTableCreatePostfix

public void setTableCreatePostfix(java.lang.String value)

getTableCreatePostfix

public java.lang.String getTableCreatePostfix()

getCanPurgeBinLogs

public boolean getCanPurgeBinLogs()

setCanPurgeBinLogs

public void setCanPurgeBinLogs(boolean value)

getConnectionPool

public MySqlReplConnectionPool getConnectionPool()

setConnectionPool

public void setConnectionPool(MySqlReplConnectionPool value)

getHasBinLogEnabled

public boolean getHasBinLogEnabled()

setHasBinLogEnabled

void setHasBinLogEnabled(boolean value)


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com