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

java.lang.Object
  extended by org.jumpmind.persist.AbstractJsonFileSystemPersister<SyncStatus,NodeDirectoryKey>
      extended by org.jumpmind.symmetric.fs.service.filesystem.FileSystemSyncStatusPersister
All Implemented Interfaces:
IPersister<SyncStatus,NodeDirectoryKey>, ISyncStatusPersister

public class FileSystemSyncStatusPersister
extends AbstractJsonFileSystemPersister<SyncStatus,NodeDirectoryKey>
implements ISyncStatusPersister


Field Summary
 
Fields inherited from class org.jumpmind.persist.AbstractJsonFileSystemPersister
directory
 
Constructor Summary
FileSystemSyncStatusPersister(String directory)
           
 
Method Summary
protected  String buildFileNameFor(NodeDirectoryKey key)
           
 
Methods inherited from class org.jumpmind.persist.AbstractJsonFileSystemPersister
close, delete, get, save
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.jumpmind.persist.IPersister
get, save
 

Constructor Detail

FileSystemSyncStatusPersister

public FileSystemSyncStatusPersister(String directory)
Method Detail

buildFileNameFor

protected String buildFileNameFor(NodeDirectoryKey key)
Specified by:
buildFileNameFor in class AbstractJsonFileSystemPersister<SyncStatus,NodeDirectoryKey>


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