Uses of Class
org.javlo.service.syncro.exception.SynchroNonFatalException
-
Packages that use SynchroNonFatalException Package Description org.javlo.service.syncro -
-
Uses of SynchroNonFatalException in org.javlo.service.syncro
Methods in org.javlo.service.syncro with parameters of type SynchroNonFatalException Modifier and Type Method Description protected voidAbstractSynchroService. onNonFatalException(SC context, SynchroNonFatalException ex, String currentFilePath)Called when anSynchroNonFatalExceptionis thrown during the synchro process.protected voidBaseSynchroService. onNonFatalException(BaseSynchroContext context, SynchroNonFatalException ex, String currentFilePath)Methods in org.javlo.service.syncro that throw SynchroNonFatalException Modifier and Type Method Description protected abstract voidAbstractSynchroService. applyAction(SC context, String path, AbstractSynchroContext.SynchroAction action)Apply the action required for the path.protected voidBaseSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)protected voidServerSynchroService. applyAction(BaseSynchroContext context, String path, AbstractSynchroContext.SynchroAction action)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.SynchroActionAbstractSynchroService. defineAction(SC context, String path)Called to define the required action for the specified path.protected AbstractSynchroContext.SynchroActionServerSynchroService. defineAction(BaseSynchroContext context, String path)abstract booleanAbstractSynchroContext. equals(String path, AbstractSynchroContext.SynchroSide side1, AbstractSynchroContext.SynchroSide side2)booleanBaseSynchroContext. equals(String path, AbstractSynchroContext.SynchroSide side1, AbstractSynchroContext.SynchroSide side2)abstract AbstractSynchroContext.SynchroStateAbstractSynchroContext. getState(AbstractSynchroContext.SynchroSide side, String path)AbstractSynchroContext.SynchroStateBaseSynchroContext. getState(AbstractSynchroContext.SynchroSide side, String path)static voidSynchroHelper. rebuildSplitted(String baseFolder, String path, String checksum)
-