Interface RequestLogService
public interface RequestLogService
-
Method Summary
Modifier and TypeMethodDescriptionauthErrorLog
(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
-