org.jumpmind.symmetric.fs.service.filesystem
Class FileSystemPersisterServices

java.lang.Object
  extended by org.jumpmind.symmetric.fs.service.filesystem.FileSystemPersisterServices
All Implemented Interfaces:
IPersisterServices

public class FileSystemPersisterServices
extends Object
implements IPersisterServices


Field Summary
protected  IDirectorySpecSnapshotPersister directorySpecSnapshotPersister
           
protected  ISyncConfigCollectionPersister syncConfigCollectionPersister
           
protected  ISyncStatusPersister syncStatusPersister
           
 
Constructor Summary
FileSystemPersisterServices(String statusDirectory, String configDirectory)
           
 
Method Summary
 IDirectorySpecSnapshotPersister getDirectorySpecSnapshotPersister()
           
 ISyncConfigCollectionPersister getSyncConfigCollectionPersister()
           
 ISyncStatusPersister getSyncStatusPersister()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

syncConfigCollectionPersister

protected ISyncConfigCollectionPersister syncConfigCollectionPersister

syncStatusPersister

protected ISyncStatusPersister syncStatusPersister

directorySpecSnapshotPersister

protected IDirectorySpecSnapshotPersister directorySpecSnapshotPersister
Constructor Detail

FileSystemPersisterServices

public FileSystemPersisterServices(String statusDirectory,
                                   String configDirectory)
Method Detail

getDirectorySpecSnapshotPersister

public IDirectorySpecSnapshotPersister getDirectorySpecSnapshotPersister()
Specified by:
getDirectorySpecSnapshotPersister in interface IPersisterServices

getSyncConfigCollectionPersister

public ISyncConfigCollectionPersister getSyncConfigCollectionPersister()
Specified by:
getSyncConfigCollectionPersister in interface IPersisterServices

getSyncStatusPersister

public ISyncStatusPersister getSyncStatusPersister()
Specified by:
getSyncStatusPersister in interface IPersisterServices


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