Class Synchronizer
java.lang.Object
ru.bitel.bgbilling.kernel.task.server.TaskBase
ru.bitel.bgbilling.modules.cerbercrypt.server.task.Synchronizer
- All Implemented Interfaces:
java.lang.Runnable
public class Synchronizer
extends ru.bitel.bgbilling.kernel.task.server.TaskBase
Синхронизирует состояние базы с состоянием на контроллерах
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.task.server.TaskBase
defaultDescription, log, moduleId, setup, STATUS_FINISHED, STATUS_FINISHED_INTERRUPTED, STATUS_NOTSTARTED, STATUS_WORKING, taskId, taskSetup
-
Constructor Summary
Constructors Constructor Description Synchronizer()
-
Method Summary
Modifier and Type Method Description protected void
executeTask()
java.lang.String
getDescription()
protected boolean
initTask()
void
setUserCards(java.util.Collection<UserCard> oneusercards)
Установка параметра - списка юзеркарт, которые надо тут рассмотреть.Methods inherited from class ru.bitel.bgbilling.kernel.task.server.TaskBase
getFinishTime, getModuleId, getOperatingTime, getStartTime, getTaskSetup, getTaskStatus, getWorkingTime, initModuleId, initTask, putMyselfIntoTable, removeMyselfFromTable, run, runLocal, setExecutingTime, setModuleId, startTask
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Synchronizer
public Synchronizer()
-
-
Method Details
-
setUserCards
Установка параметра - списка юзеркарт, которые надо тут рассмотреть. Используется для запуска синхронайзера по одной карте (из синхронайзе упдатера) или по нескольким, из таска-проверяльщика-синхронайзера. -
getDescription
public java.lang.String getDescription()- Specified by:
getDescription
in classru.bitel.bgbilling.kernel.task.server.TaskBase
-
initTask
protected boolean initTask()- Specified by:
initTask
in classru.bitel.bgbilling.kernel.task.server.TaskBase
-
executeTask
protected void executeTask()- Specified by:
executeTask
in classru.bitel.bgbilling.kernel.task.server.TaskBase
-