Class TvDeviceMap

java.lang.Object
ru.bitel.bgbilling.modules.tv.common.bean.TvDeviceMap
All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>

public class TvDeviceMap
extends java.lang.Object
implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
  • Nested Class Summary

    Nested Classes
    Modifier and Type Class Description
    class  TvDeviceMap.TvDeviceMapItem  
  • Method Summary

    Modifier and Type Method Description
    TvDeviceMap.TvDeviceMapItem get​(int deviceId)  
    static TvDeviceMap getInstance​(int moduleId)  
    long getVersion()  
    void notify​(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx)  

    Methods inherited from class java.lang.Object

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

    • getInstance

      public static TvDeviceMap getInstance​(int moduleId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • getVersion

      public long getVersion()
    • get

      public TvDeviceMap.TvDeviceMapItem get​(int deviceId) throws ru.bitel.bgbilling.common.BGException
      Throws:
      ru.bitel.bgbilling.common.BGException
    • notify

      public void notify​(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException
      Specified by:
      notify in interface EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
      Throws:
      ru.bitel.bgbilling.common.BGException