public interface PlmnIdAnalyser
Modifier and Type | Interface and Description |
---|---|
static class |
PlmnIdAnalyser.PlmnIdMatch |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
jndiName |
Modifier and Type | Method and Description |
---|---|
PlmnIdAnalyser.PlmnIdMatch |
classifyMccMnc(MccMnc mccMnc,
com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Classify an MccMnc
|
boolean |
isHomePlmnId(MccMnc mccMnc,
com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
Determine if an MccMnc is a home PLMN ID
|
static final java.lang.String jndiName
PlmnIdAnalyser.PlmnIdMatch classifyMccMnc(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
mccMnc
- the MccMnc object to classifysentinelSelectionKey
- the Selection Key to use for looking up configurationboolean isHomePlmnId(MccMnc mccMnc, com.opencloud.sentinel.common.SentinelSelectionKey sentinelSelectionKey)
mccMnc
- the MccMnc object to classifysentinelSelectionKey
- the Selection Key to use for looking up configurationCopyright © OpenCloud. All Rights Reserved.