Class VoiceBalanceSetter
java.lang.Object
ru.bitel.bgbilling.kernel.task.server.bean.RunTask
ru.bitel.bgbilling.modules.voice.server.task.VoiceBalanceSetter
- All Implemented Interfaces:
java.io.Serializable,java.lang.Runnable
public class VoiceBalanceSetter extends RunTask
- See Also:
- Serialized Form
-
Field Summary
-
Constructor Summary
Constructors Constructor Description VoiceBalanceSetter(int moduleId, java.util.Date month, java.lang.String email, java.util.Set<java.lang.Integer> contracts) -
Method Summary
Modifier and Type Method Description 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
-
moduleId
protected final int moduleId -
month
protected final java.util.Date month -
email
protected final java.lang.String email
-
-
Constructor Details
-
VoiceBalanceSetter
public VoiceBalanceSetter(int moduleId, java.util.Date month, java.lang.String email, java.util.Set<java.lang.Integer> contracts)
-
-
Method Details
-
executeTask
protected void executeTask()- Specified by:
executeTaskin classRunTask
-
getDescription
public java.lang.String getDescription()- Specified by:
getDescriptionin classRunTask
-