Class SessionsRecalculator

java.lang.Object
ru.bitel.bgbilling.kernel.task.server.bean.RunTask
ru.bitel.bgbilling.modules.voiceip.server.task.SessionsRecalculator
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class SessionsRecalculator
extends RunTask
See Also:
Serialized Form
  • Field Summary

    Fields inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask

    log, setup
  • Constructor Summary

    Constructors
    Constructor Description
    SessionsRecalculator​(java.lang.String email, java.util.Calendar date1, java.util.Calendar date2, int callType, int destCode, int mid, long groups, java.lang.String contractTitle, boolean onlyOperatorCost)  
  • Method Summary

    Modifier and Type Method Description
    void executeTask()  
    java.lang.String getDescription()  
    void init​(Setup setup)  

    Methods inherited from class ru.bitel.bgbilling.kernel.task.server.bean.RunTask

    getQueueId, getUniqueKeyParallel, getUniqueKeyQueue, removeMyselfFromTable, run, setQueueId

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SessionsRecalculator

      public SessionsRecalculator​(java.lang.String email, java.util.Calendar date1, java.util.Calendar date2, int callType, int destCode, int mid, long groups, java.lang.String contractTitle, boolean onlyOperatorCost)
  • Method Details