net.datacrow.drivemanager
Class FileSynchronizer

java.lang.Object
  extended by net.datacrow.drivemanager.FileSynchronizer

public class FileSynchronizer
extends java.lang.Object


Constructor Summary
protected FileSynchronizer()
           
 
Method Summary
 void cancel()
           
protected  java.util.Collection<DcModule> getModules()
           
 boolean isRunning()
           
 boolean start(int precision)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileSynchronizer

protected FileSynchronizer()
Method Detail

start

public boolean start(int precision)

isRunning

public boolean isRunning()

cancel

public void cancel()

getModules

protected java.util.Collection<DcModule> getModules()