Interface RequestLogService


public interface RequestLogService
  • Method Summary

    Modifier and Type
    Method
    Description
    authErrorLog(int deviceId, Date errorTime, int logCoordinateRecordId)
     
    inetConnectionLog(int deviceId, long connectionId, Date connectionStartTime)
     
  • Method Details

    • inetConnectionLog

      String inetConnectionLog(int deviceId, long connectionId, Date connectionStartTime) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • authErrorLog

      String authErrorLog(int deviceId, Date errorTime, int logCoordinateRecordId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException