public class InetDeviceMap extends java.lang.Object implements EventListener<Event>
Modifier and Type | Class and Description |
---|---|
class |
InetDeviceMap.InetDeviceMapItem |
Modifier and Type | Method and Description |
---|---|
void |
fix(ParameterMap params,
Preferences fix,
java.lang.String prefixOld,
java.lang.String prefixNew) |
InetDeviceMap.InetDeviceMapItem |
get(int deviceId) |
static InetDeviceMap |
getInstance(int moduleId) |
java.util.Map<java.lang.Integer,InetDeviceMap.InetDeviceMapItem> |
getMap() |
long |
getVersion() |
void |
notify(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) |
public static InetDeviceMap getInstance(int moduleId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public long getVersion()
public void fix(ParameterMap params, Preferences fix, java.lang.String prefixOld, java.lang.String prefixNew)
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
ru.bitel.bgbilling.common.BGException
public InetDeviceMap.InetDeviceMapItem get(int deviceId) throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public java.util.Map<java.lang.Integer,InetDeviceMap.InetDeviceMapItem> getMap() throws ru.bitel.bgbilling.common.BGException
ru.bitel.bgbilling.common.BGException
public void notify(Event e, EventListenerContext ctx) throws ru.bitel.bgbilling.common.BGException
notify
in interface EventListener<Event>
ru.bitel.bgbilling.common.BGException