com.oy.shared.lw.samples.mysqlrepl.impl
Class MySqlReplDbStatus

java.lang.Object
  extended bycom.oy.shared.lw.samples.mysqlrepl.impl.MySqlReplDbStatus

public class MySqlReplDbStatus
extends java.lang.Object


Field Summary
private  java.lang.String currentLogFile
           
private  java.util.Date date
           
private  int seq
           
 
Constructor Summary
MySqlReplDbStatus(int seq, java.util.Date date, java.lang.String currentLogFile)
           
 
Method Summary
 java.lang.String getCurrentLogFile()
           
 java.util.Date getDate()
           
 int getSeq()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seq

private int seq

date

private java.util.Date date

currentLogFile

private java.lang.String currentLogFile
Constructor Detail

MySqlReplDbStatus

public MySqlReplDbStatus(int seq,
                         java.util.Date date,
                         java.lang.String currentLogFile)
Method Detail

getSeq

public int getSeq()

getDate

public java.util.Date getDate()

getCurrentLogFile

public java.lang.String getCurrentLogFile()


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