Class VoiceBalanceTask
java.lang.Object
ru.bitel.bgbilling.kernel.task.server.TaskBase
ru.bitel.bgbilling.modules.voice.server.task.VoiceBalanceTask
- All Implemented Interfaces:
java.lang.Runnable
public class VoiceBalanceTask
extends ru.bitel.bgbilling.kernel.task.server.TaskBase
-
Field Summary
Fields inherited from class ru.bitel.bgbilling.kernel.task.server.TaskBase
defaultDescription, moduleId, setup, STATUS_FINISHED, STATUS_FINISHED_INTERRUPTED, STATUS_NOTSTARTED, STATUS_WORKING, taskId, taskSetup -
Constructor Summary
Constructors Constructor Description VoiceBalanceTask() -
Method Summary
Modifier and Type Method Description protected voidexecuteTask()protected java.util.Set<java.lang.Integer>getContracts()java.lang.StringgetDescription()protected booleaninitTask()protected voidsetContracts(java.util.Set<java.lang.Integer> contracts)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, startTaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
VoiceBalanceTask
public VoiceBalanceTask()
-
-
Method Details
-
initTask
protected boolean initTask()- Specified by:
initTaskin classru.bitel.bgbilling.kernel.task.server.TaskBase
-
executeTask
protected void executeTask()- Specified by:
executeTaskin classru.bitel.bgbilling.kernel.task.server.TaskBase
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin classru.bitel.bgbilling.kernel.task.server.TaskBase
-
getContracts
protected java.util.Set<java.lang.Integer> getContracts() -
setContracts
protected void setContracts(java.util.Set<java.lang.Integer> contracts)
-