Class InetRecalculator
java.lang.Object
ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
ru.bitel.bgbilling.kernel.task.server.bean.RunTask
ru.bitel.bgbilling.modules.inet.server.task.InetRecalculator
- All Implemented Interfaces:
 Serializable,Runnable
- See Also:
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionprotected voidcalculateBeforeCurrentDay(List<Integer> appIds, int currentDay) protected voidcalculateCurrentDay(List<Integer> appIds, int currentDay) protected voidcalulatePastMonth(List<Integer> appIds) protected voidvoidprotected voidstartCalculation(List<Integer> appIds) protected voidstopCalculation(List<Integer> appIds) Methods inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask
getQueueId, getUniqueKeyParallel, getUniqueKeyQueue, removeMyselfFromTable, run, setQueueIdMethods inherited from class ru.bitel.bgbilling.kernel.base.server.logger.BGLogger
error, error, error, getLogger, logError, logError 
- 
Field Details
- 
moduleId
protected int moduleId - 
month
 - 
email
 
 - 
 - 
Constructor Details
- 
InetRecalculator
 
 - 
 - 
Method Details
- 
getDescription
- Specified by:
 getDescriptionin classRunTask
 - 
executeTask
protected void executeTask()- Specified by:
 executeTaskin classRunTask
 - 
calulatePastMonth
protected void calulatePastMonth(List<Integer> appIds) throws InterruptedException, ExecutionException, ru.bitel.bgbilling.common.BGException - Throws:
 InterruptedExceptionExecutionExceptionru.bitel.bgbilling.common.BGException
 - 
calculateCurrentDay
protected void calculateCurrentDay(List<Integer> appIds, int currentDay) throws InterruptedException, ExecutionException, ru.bitel.bgbilling.common.BGException - Throws:
 InterruptedExceptionExecutionExceptionru.bitel.bgbilling.common.BGException
 - 
stopCalculation
protected void stopCalculation(List<Integer> appIds) throws InterruptedException, ExecutionException, ru.bitel.bgbilling.common.BGException - Throws:
 InterruptedExceptionExecutionExceptionru.bitel.bgbilling.common.BGException
 - 
startCalculation
protected void startCalculation(List<Integer> appIds) throws InterruptedException, ExecutionException, ru.bitel.bgbilling.common.BGException - Throws:
 InterruptedExceptionExecutionExceptionru.bitel.bgbilling.common.BGException
 - 
calculateBeforeCurrentDay
protected void calculateBeforeCurrentDay(List<Integer> appIds, int currentDay) throws InterruptedException, ExecutionException, ru.bitel.bgbilling.common.BGException - Throws:
 InterruptedExceptionExecutionExceptionru.bitel.bgbilling.common.BGException
 - 
init
 
 -