org.jumpmind.symmetric.fs.client
Class SyncStatus

java.lang.Object
  extended by org.jumpmind.symmetric.fs.client.SyncStatus

public class SyncStatus
extends Object


Nested Class Summary
static class SyncStatus.Stage
           
 
Field Summary
protected  DirectorySpecSnapshot clientSnapshot
           
protected  List<String> deletesReceived
           
protected  List<String> deletesSent
           
protected  List<String> deletesToReceive
           
protected  List<String> deletesToSend
           
protected  List<String> fileSent
           
protected  List<String> filesInConflict
           
protected  List<String> filesReceived
           
protected  List<String> filesToReceive
           
protected  List<String> filesToSend
           
protected  Node node
           
protected  DirectorySpecSnapshot serverSnapshot
           
protected  SyncStatus.Stage stage
           
protected  SyncConfig syncConfig
           
 
Constructor Summary
SyncStatus()
           
SyncStatus(Node node, SyncConfig syncConfig)
           
 
Method Summary
 DirectorySpecSnapshot getClientSnapshot()
           
 List<String> getDeletesReceived()
           
 List<String> getDeletesSent()
           
 List<String> getDeletesToReceive()
           
 List<String> getDeletesToSend()
           
 List<String> getFileSent()
           
 List<String> getFilesInConflict()
           
 List<String> getFilesReceived()
           
 List<String> getFilesToReceive()
           
 List<String> getFilesToSend()
           
 Node getNode()
           
 DirectorySpecSnapshot getServerSnapshot()
           
 SyncStatus.Stage getStage()
           
 SyncConfig getSyncConfig()
           
 void setClientSnapshot(DirectorySpecSnapshot clientSnapshot)
           
 void setNode(Node node)
           
 void setServerSnapshot(DirectorySpecSnapshot serverSnapshot)
           
 void setStage(SyncStatus.Stage stage)
           
 void setSyncConfig(SyncConfig syncConfig)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

node

protected Node node

stage

protected SyncStatus.Stage stage

syncConfig

protected SyncConfig syncConfig

clientSnapshot

protected DirectorySpecSnapshot clientSnapshot

serverSnapshot

protected DirectorySpecSnapshot serverSnapshot

deletesToSend

protected List<String> deletesToSend

deletesSent

protected List<String> deletesSent

filesToSend

protected List<String> filesToSend

fileSent

protected List<String> fileSent

filesToReceive

protected List<String> filesToReceive

deletesToReceive

protected List<String> deletesToReceive

deletesReceived

protected List<String> deletesReceived

filesReceived

protected List<String> filesReceived

filesInConflict

protected List<String> filesInConflict
Constructor Detail

SyncStatus

public SyncStatus()

SyncStatus

public SyncStatus(Node node,
                  SyncConfig syncConfig)
Method Detail

getNode

public Node getNode()

setNode

public void setNode(Node node)

getStage

public SyncStatus.Stage getStage()

setStage

public void setStage(SyncStatus.Stage stage)

getClientSnapshot

public DirectorySpecSnapshot getClientSnapshot()

setClientSnapshot

public void setClientSnapshot(DirectorySpecSnapshot clientSnapshot)

setServerSnapshot

public void setServerSnapshot(DirectorySpecSnapshot serverSnapshot)

getFilesInConflict

public List<String> getFilesInConflict()

getFilesToSend

public List<String> getFilesToSend()

getFileSent

public List<String> getFileSent()

getFilesToReceive

public List<String> getFilesToReceive()

getFilesReceived

public List<String> getFilesReceived()

getDeletesReceived

public List<String> getDeletesReceived()

getDeletesSent

public List<String> getDeletesSent()

getDeletesToReceive

public List<String> getDeletesToReceive()

getDeletesToSend

public List<String> getDeletesToSend()

getSyncConfig

public SyncConfig getSyncConfig()

setSyncConfig

public void setSyncConfig(SyncConfig syncConfig)

getServerSnapshot

public DirectorySpecSnapshot getServerSnapshot()


Copyright © 2012 JumpMind, Inc.. All Rights Reserved.