Class InetDeviceMap
java.lang.Object
ru.bitel.bgbilling.modules.inet.server.bean.InetDeviceMap
- All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
public class InetDeviceMap
extends Object
implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
fix
(ParameterMap params, Preferences fix, String prefixOld, String prefixNew) get
(int deviceId) static InetDeviceMap
getInstance
(int moduleId) getMap()
long
void
notify
(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) parseFlowAgentMap
(int invDeviceId, int deviceId, ParameterMap config, DevicePortDao devicePortDao)
-
Method Details
-
getInstance
- Throws:
ru.bitel.bgbilling.common.BGException
-
getVersion
public long getVersion() -
fix
-
parseFlowAgentMap
public static Map<Integer,List<Integer>> parseFlowAgentMap(int invDeviceId, int deviceId, ParameterMap config, DevicePortDao devicePortDao) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
get
public InetDeviceMap.InetDeviceMapItem get(int deviceId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getMap
public Map<Integer,InetDeviceMap.InetDeviceMapItem> getMap() 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 interfaceEventListener<ru.bitel.bgbilling.kernel.event.common.Event>
- Throws:
ru.bitel.bgbilling.common.BGException
-