Uses of Class
org.javlo.service.syncro.BaseSynchroContext
- 
Packages that use BaseSynchroContext Package Description org.javlo.service.syncro  - 
- 
Uses of BaseSynchroContext in org.javlo.service.syncro
Methods in org.javlo.service.syncro that return BaseSynchroContext Modifier and Type Method Description BaseSynchroContextBaseSynchroService. newSynchroContext()Methods in org.javlo.service.syncro with parameters of type BaseSynchroContext Modifier and Type Method Description protected voidBaseSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)protected voidServerSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)protected voidBaseSynchroService. applyActions(BaseSynchroContext context)protected booleanBaseSynchroService. copyDistantToLocal(BaseSynchroContext context, FileInfo distantInfo)protected booleanBaseSynchroService. copyLocalToDistant(BaseSynchroContext context, FileInfo localInfo)protected booleanBaseSynchroService. copyLocalToDistant(BaseSynchroContext context, FileInfo localInfo, int retry)protected AbstractSynchroContext.SynchroActionServerSynchroService. defineAction(BaseSynchroContext context, String path)protected voidBaseSynchroService. deleteDistantDirectories(BaseSynchroContext context)protected voidServerSynchroService. deleteDistantDirectories(BaseSynchroContext context)protected booleanBaseSynchroService. deleteDistantFile(BaseSynchroContext context, FileInfo distantInfo)protected voidBaseSynchroService. deleteLocalDirectories(BaseSynchroContext context)protected voidServerSynchroService. deleteLocalDirectories(BaseSynchroContext context)protected booleanBaseSynchroService. deleteLocalFile(BaseSynchroContext context, FileInfo localInfo)protected voidBaseSynchroService. initializeContext(BaseSynchroContext context, Object previousState)protected FileInfoBaseSynchroService. moveLocalFile(BaseSynchroContext context, FileInfo localInfo, String newPath)protected voidBaseSynchroService. onActionsApplied(BaseSynchroContext context)protected voidBaseSynchroService. onFatalException(BaseSynchroContext context, SynchroFatalException ex)protected voidBaseSynchroService. onNonFatalException(BaseSynchroContext context, SynchroNonFatalException ex, String currentFilePath)protected voidServerSynchroService. onShutdown(BaseSynchroContext context)protected voidBaseSynchroService. onUncaughtException(BaseSynchroContext context, Throwable ex) 
 -