com.elvyx.server
Class DatFile

java.lang.Object
  extended by com.elvyx.server.DatFile
All Implemented Interfaces:
java.lang.Runnable

public class DatFile
extends java.lang.Object
implements java.lang.Runnable

Process every sql received, it try to store or update values in the database TODO: I need to explain it more

Since:
1.24
Version:
$Revision: 1.3 $
Author:
Armando Perdomo

Constructor Summary
DatFile(java.io.File file)
           
DatFile(java.io.File file, boolean status)
           
 
Method Summary
 int getCounter()
           
 void run()
           
 void setCounter(int counter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatFile

public DatFile(java.io.File file)

DatFile

public DatFile(java.io.File file,
               boolean status)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable

getCounter

public int getCounter()

setCounter

public void setCounter(int counter)


Copyright © 2006-2008 Armando Perdomo. All Rights Reserved.