Interface IManagementConfigurationUpdatable
public interface IManagementConfigurationUpdatable
Time Management Configuration
- Author:
- I-D Media AG
-
Method Summary
Modifier and TypeMethodDescriptionvoidremoveTemporaryExportDirectories(boolean bValue) Remove temporary export directoriesvoidremoveTemporaryImportDirectories(boolean bValue) Remove temporary import directoriesvoidsetConcatXmlsPriosImport(int nXmls) voidsetDelayBetweenSequentialTurns(int nMinutes) Deprecated.voidsetDelayBetweenSequentialTurnsSeconds(int nMinutes) Set the delay between each sequential turn in minutesvoidsetDelayBetweenTmsChecks(int nValue) set the time between two translation state status iterationsvoidsetJobsPerImportIteration(int Jobs) Set the amount of jobs to be processed per import iterationvoidsetMaximumNumberOfRetriesFailedJobForward(int nValue) Set the maximum number of retires for the transferrable job (i.e.send to TMS)voidsetMaximumNumberOfRetriesFailedJobProcessing(int nValue) Set the maximum number of retires for the processing of a job (i.e.creating xml files)voidsetMinimumDelayBetweenFailedJobFoward(long lMinutes) How long should we wait at least between turns to process failed transferrable jobs againvoidsetMinimumDelayBetweenFailedJobProcessings(long lMinutes) How long should we wait at least between turns to process failed jobs againvoidsetNonWorkingHours(long lStart, long lEnd) Set working hoursvoidThe number of tries to check monitored files marked as NOT_FOUNDbefore giving up on those entirely.voidsetPagesPerImportIteration(int nPages) Set the amount of pages to be imported per import iteration
-
Method Details
-
setDelayBetweenTmsChecks
void setDelayBetweenTmsChecks(int nValue) set the time between two translation state status iterations- Parameters:
nValue-
-
setPagesPerImportIteration
void setPagesPerImportIteration(int nPages) Set the amount of pages to be imported per import iteration- Parameters:
nPages-
-
setConcatXmlsPriosImport
void setConcatXmlsPriosImport(int nXmls) -
setJobsPerImportIteration
void setJobsPerImportIteration(int Jobs) Set the amount of jobs to be processed per import iteration- Parameters:
Jobs-
-
removeTemporaryImportDirectories
void removeTemporaryImportDirectories(boolean bValue) Remove temporary import directories- Parameters:
bValue-
-
removeTemporaryExportDirectories
void removeTemporaryExportDirectories(boolean bValue) Remove temporary export directories- Parameters:
bValue-
-
setDelayBetweenSequentialTurns
Deprecated.Set the delay between each sequential turn in minutes- Parameters:
nMinutes-
-
setDelayBetweenSequentialTurnsSeconds
void setDelayBetweenSequentialTurnsSeconds(int nMinutes) Set the delay between each sequential turn in minutes- Parameters:
nMinutes-
-
setNumberOfLookupTriesOfMonitoredFilesNotFoundAnymore
void setNumberOfLookupTriesOfMonitoredFilesNotFoundAnymore(int nValue) The number of tries to check monitored files marked as NOT_FOUNDbefore giving up on those entirely.- Parameters:
nValue-
-
setMaximumNumberOfRetriesFailedJobProcessing
void setMaximumNumberOfRetriesFailedJobProcessing(int nValue) Set the maximum number of retires for the processing of a job (i.e.creating xml files)- Parameters:
nValue-
-
setMaximumNumberOfRetriesFailedJobForward
void setMaximumNumberOfRetriesFailedJobForward(int nValue) Set the maximum number of retires for the transferrable job (i.e.send to TMS)- Parameters:
nValue-
-
setMinimumDelayBetweenFailedJobProcessings
void setMinimumDelayBetweenFailedJobProcessings(long lMinutes) How long should we wait at least between turns to process failed jobs again- Parameters:
lMinutes- Minutes (no timestamp)
-
setMinimumDelayBetweenFailedJobFoward
void setMinimumDelayBetweenFailedJobFoward(long lMinutes) How long should we wait at least between turns to process failed transferrable jobs again- Parameters:
lMinutes- minutes (no timestamp)
-
setNonWorkingHours
void setNonWorkingHours(long lStart, long lEnd) Set working hours- Parameters:
lStart- stop working from herelEnd- start working again after
-