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 java.lang.Object implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classInetDeviceMap.InetDeviceMapItem -
Method Summary
Modifier and Type Method Description voidfix(ParameterMap params, Preferences fix, java.lang.String prefixOld, java.lang.String prefixNew)InetDeviceMap.InetDeviceMapItemget(int deviceId)static InetDeviceMapgetInstance(int moduleId)java.util.Map<java.lang.Integer,InetDeviceMap.InetDeviceMapItem>getMap()longgetVersion()voidnotify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx)static java.util.Map<java.lang.Integer,java.util.List<java.lang.Integer>>parseFlowAgentMap(int invDeviceId, int deviceId, ParameterMap config, DevicePortDao devicePortDao)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
getInstance
- Throws:
ru.bitel.bgbilling.common.BGException
-
getVersion
public long getVersion() -
fix
public void fix(ParameterMap params, Preferences fix, java.lang.String prefixOld, java.lang.String prefixNew) -
parseFlowAgentMap
public static java.util.Map<java.lang.Integer,java.util.List<java.lang.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 java.util.Map<java.lang.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:
notifyin interfaceEventListener<ru.bitel.bgbilling.kernel.event.common.Event>- Throws:
ru.bitel.bgbilling.common.BGException
-