Class VoiceDeviceMap
java.lang.Object
ru.bitel.bgbilling.modules.voice.server.bean.VoiceDeviceMap
- All Implemented Interfaces:
EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
public class VoiceDeviceMap
extends Object
implements EventListener<ru.bitel.bgbilling.kernel.event.common.Event>
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidfix(ParameterMap params, Preferences fix, String prefixOld, String prefixNew) get(int deviceId) static VoiceDeviceMapgetInstance(int moduleId) getMap()longvoidnotify(ru.bitel.bgbilling.kernel.event.common.Event e, EventListenerContext ctx) voidreload()
-
Method Details
-
getInstance
- Throws:
ru.bitel.bgbilling.common.BGException
-
getVersion
public long getVersion() -
fix
-
get
public VoiceDeviceMap.VoiceDeviceMapItem get(int deviceId) throws ru.bitel.bgbilling.common.BGException - Throws:
ru.bitel.bgbilling.common.BGException
-
getMap
public Map<Integer,VoiceDeviceMap.VoiceDeviceMapItem> 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
-
reload
public void reload()
-