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 BaseSynchroContext
BaseSynchroService. newSynchroContext()
Methods in org.javlo.service.syncro with parameters of type BaseSynchroContext Modifier and Type Method Description protected void
BaseSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)
protected void
ServerSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)
protected void
BaseSynchroService. applyActions(BaseSynchroContext context)
protected boolean
BaseSynchroService. copyDistantToLocal(BaseSynchroContext context, FileInfo distantInfo)
protected boolean
BaseSynchroService. copyLocalToDistant(BaseSynchroContext context, FileInfo localInfo)
protected boolean
BaseSynchroService. copyLocalToDistant(BaseSynchroContext context, FileInfo localInfo, int retry)
protected AbstractSynchroContext.SynchroAction
ServerSynchroService. defineAction(BaseSynchroContext context, String path)
protected void
BaseSynchroService. deleteDistantDirectories(BaseSynchroContext context)
protected void
ServerSynchroService. deleteDistantDirectories(BaseSynchroContext context)
protected boolean
BaseSynchroService. deleteDistantFile(BaseSynchroContext context, FileInfo distantInfo)
protected void
BaseSynchroService. deleteLocalDirectories(BaseSynchroContext context)
protected void
ServerSynchroService. deleteLocalDirectories(BaseSynchroContext context)
protected boolean
BaseSynchroService. deleteLocalFile(BaseSynchroContext context, FileInfo localInfo)
protected void
BaseSynchroService. initializeContext(BaseSynchroContext context, Object previousState)
protected FileInfo
BaseSynchroService. moveLocalFile(BaseSynchroContext context, FileInfo localInfo, String newPath)
protected void
BaseSynchroService. onActionsApplied(BaseSynchroContext context)
protected void
BaseSynchroService. onFatalException(BaseSynchroContext context, SynchroFatalException ex)
protected void
BaseSynchroService. onNonFatalException(BaseSynchroContext context, SynchroNonFatalException ex, String currentFilePath)
protected void
ServerSynchroService. onShutdown(BaseSynchroContext context)
protected void
BaseSynchroService. onUncaughtException(BaseSynchroContext context, Throwable ex)
-