Class RunTaskRecalculator<T extends ru.bitel.bgbilling.kernel.task.server.TaskBase>
java.lang.Object
ru.bitel.bgbilling.kernel.task.server.bean.RunTask
ru.bitel.bgbilling.kernel.task.server.bean.RunTaskRecalculator<T>
- All Implemented Interfaces:
java.io.Serializable,java.lang.Runnable
- Direct Known Subclasses:
MangoFeesFtpReloader,Recalculator,RSCMRecalculator,VoiceipBalanceSetter
public abstract class RunTaskRecalculator<T extends ru.bitel.bgbilling.kernel.task.server.TaskBase> extends RunTask
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedRunTaskRecalculator()RunTaskRecalculator(int mid, java.util.Calendar dt, java.lang.String email) -
Method Summary
Modifier and Type Method Description protected abstract TcreateTask()protected voidexecuteTask()java.lang.StringgetDescription()Methods inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask
getQueueId, getUniqueKeyParallel, getUniqueKeyQueue, init, removeMyselfFromTable, run, setQueueIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
mid
protected int mid -
dt
protected java.util.Calendar dt -
email
protected java.lang.String email
-
-
Constructor Details
-
RunTaskRecalculator
protected RunTaskRecalculator() -
RunTaskRecalculator
public RunTaskRecalculator(int mid, java.util.Calendar dt, java.lang.String email)
-
-
Method Details
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin classRunTask
-
executeTask
protected void executeTask()- Specified by:
executeTaskin classRunTask
-
createTask
-