public interface HomeRoutingManagementMBean
| Modifier and Type | Method and Description |
|---|---|
void |
addCcMccmnc(String countryCode,
String mccMnc,
String smsc)
Add a new CcMccmnc into collection
|
CcMccmnc |
getCcMccmnc(String countryCode)
Get an existing CcMccmnc from collection
|
Map<String,CcMccmncImpl> |
getCcMccmncMap()
Get a collection of CcMccmnc table
|
NextCorrelationIdResult |
getNextCorrelationId(String msisdn)
Returns a next correlationId and corresponded data for home routing mode
|
void |
modifyCcMccmnc(String countryCode,
String mccMnc,
String smsc)
Update an existing CcMccmnc in collection
|
void |
removeCcMccmnc(String countryCode)
Remove an existing CcMccmnc from collection
|
void |
updateCcMccmncTable()
Read an updated by a user CcMccmncCollection file from disk
|
NextCorrelationIdResult getNextCorrelationId(String msisdn)
void updateCcMccmncTable()
void addCcMccmnc(String countryCode, String mccMnc, String smsc) throws Exception
countryCode - mccMnc - smsc - Exceptionvoid modifyCcMccmnc(String countryCode, String mccMnc, String smsc) throws Exception
countryCode - mccMnc - smsc - Exceptionvoid removeCcMccmnc(String countryCode) throws Exception
countryCode - ExceptionCcMccmnc getCcMccmnc(String countryCode)
countryCode - Map<String,CcMccmncImpl> getCcMccmncMap()
Copyright © 2017. All Rights Reserved.