Class InetConnectionDao

java.lang.Object
ru.bitel.bgbilling.modules.inet.server.bean.InetConnectionDao

public class InetConnectionDao extends Object
  • Constructor Details

    • InetConnectionDao

      public InetConnectionDao(Connection con, int moduleId)
  • Method Details

    • insert

      public void insert(InetConnection b) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getNextConnectionId

      public long getNextConnectionId() throws SQLException
      Throws:
      SQLException
    • update

      public void update(InetConnection b) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateDeviceStateAndOptions

      public void updateDeviceStateAndOptions(int deviceId, long id, int state, Set<Integer> inetOptions, int accessCode) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateInetAddress

      public boolean updateInetAddress(int deviceId, long id, byte[] ipAddress, int ipResourceId) throws ru.bitel.bgbilling.common.BGException
      Метод обновляет ipAddress для соединения, если он еще не установлен.
      Parameters:
      id -
      ipAddress -
      ipResourceId -
      Returns:
      Throws:
      ru.bitel.bgbilling.common.BGException
    • list

      public List<InetConnection> list(Set<Integer> deviceIds, boolean checkSession) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getFromRS

      protected InetConnection getFromRS(ResultSet rs) throws SQLException
      Throws:
      SQLException
    • getConnectionFromRS

      public static InetConnection getConnectionFromRS(ResultSet rs) throws SQLException
      Throws:
      SQLException
    • get

      public InetConnection get(long connectionId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • get

      public InetConnection get(int deviceId, long connectionId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • closeConnection

      public boolean closeConnection(int deviceId, long id, Date sessionStop, int type) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • updateType

      public void updateType(int deviceId, long id, int type) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • list

      public List<InetConnection> list(int inetServId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • main

      public static void main(String[] args)
    • recycle

      public void recycle()
    • updateIpNets

      public void updateIpNets(long connectionId, List<IpNet> routeList) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • delete

      public boolean delete(long connectionId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • find

      public static Pair<InetServ,InetConnection> find(Connection con, int moduleId, Set<Integer> servIds, String acctSessionId, String address, String login, String callingStationId) throws SQLException, ru.bitel.bgbilling.common.BGException, UnknownHostException
      Поиск сервиса [0] и соединения [1] по указанным параметрам
      Parameters:
      con -
      moduleId -
      servId - ID сервиса или 0
      acctSessionId - идентификатор соединения (Acct-Session-Id) или null
      address - IP-адрес
      login -
      Returns:
      массив [ inetServ, inetConnection ] или null, если соединение не найдено
      Throws:
      SQLException
      ru.bitel.bgbilling.common.BGException
      UnknownHostException
    • find

      public static Pair<InetServ,InetConnection> find(Connection con, int moduleId, Set<Integer> servIds, String acctSessionId, String address, String login, String callingStationId, String calledStationId) throws SQLException, ru.bitel.bgbilling.common.BGException, UnknownHostException
      Throws:
      SQLException
      ru.bitel.bgbilling.common.BGException
      UnknownHostException
    • find

      public static Pair<InetServ,InetConnection> find(Connection con, int moduleId, Set<Integer> deviceIds, Set<Integer> servIds, String acctSessionId, String address, String login, String callingStationId, String calledStationId) throws SQLException, ru.bitel.bgbilling.common.BGException, UnknownHostException
      Поиск сервиса [0] и соединения [1] по указанным параметрам
      Parameters:
      con -
      moduleId -
      servId - ID сервиса или 0
      acctSessionId - идентификатор соединения (Acct-Session-Id) или null
      address - IP-адрес
      login -
      Returns:
      массив [ inetServ, inetConnection ] или null, если соединение не найдено
      Throws:
      SQLException
      ru.bitel.bgbilling.common.BGException
      UnknownHostException