public abstract class ProcessorBase
extends java.lang.Object
| Constructor and Description |
|---|
ProcessorBase() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
extractParentName(java.lang.String entityName,
java.lang.String entityClass)
Extracts the parent name of a given object class
|
protected java.lang.String |
getBSCIdFromBSC(java.lang.String entityName)
Extracts the BSC ID from the BSC full name
|
protected java.lang.String |
getBSCIdFromBSCM(java.lang.String entityName)
Extracts the BSC ID from the BSCM full name
|
protected java.lang.String |
getPLMNDistName(java.lang.String strDistName)
Returns the PLMN DistName from the provided DistName
|
protected java.lang.String |
getRNCIdFromRNCM(java.lang.String entityName)
Extracts the RNC ID from the full name
|
protected boolean |
isBSC(java.lang.String addressSpace)
Checks if a given address space is of BSC type
|
protected boolean |
isBTS(java.lang.String addressSpace)
Checks if a given address space is of BTS type
|
protected boolean |
isBTSCell(java.lang.String addressSpace)
Checks if a given address space is of GSM Cell type
|
protected boolean |
isFING(java.lang.String addressSpace)
Checks if a given address space is of FING type
|
protected boolean |
isIPNO(java.lang.String addressSpace)
Checks if a given address space is of WCELL type
|
protected boolean |
isLNBTS(java.lang.String addressSpace)
Checks if a given address space is of LNBTS type
|
protected boolean |
isLNCEL(java.lang.String addressSpace)
Checks if a given address space is of LNCEL type
|
protected boolean |
isMGW(java.lang.String addressSpace)
Checks if a given address space is of MGW type
|
protected boolean |
isMME(java.lang.String addressSpace)
Checks if a given address space is of FLEXINS type (MME)
|
protected boolean |
isMRBTS(java.lang.String addressSpace)
Checks if a given address space is of MRBTS type
|
protected boolean |
isMSC(java.lang.String addressSpace)
Checks if a given address space is of MSC type
|
protected boolean |
isNewIPAddr(java.lang.String strIpAddress,
java.util.Set<java.lang.String> ipAddrs)
Returns true if this is a new IP address that hasn't been processed
earlier, otherwise false
|
protected boolean |
isPCU(java.lang.String addressSpace)
Checks if a given address space is of PCU type
|
protected boolean |
isRNC(java.lang.String addressSpace)
Checks if a given address space is of RNC type
|
protected boolean |
isSGSN(java.lang.String addressSpace)
Checks if a given address space is of SGSN type
|
protected boolean |
isTRX(java.lang.String addressSpace)
Checks if a given address space is of TRX type
|
protected boolean |
isWBTS(java.lang.String addressSpace)
Checks if a given address space is of WBTS type
|
protected boolean |
isWCELL(java.lang.String addressSpace)
Checks if a given address space is of WCELL type
|
protected java.lang.String getPLMNDistName(java.lang.String strDistName)
strDistName - DistNameprotected boolean isNewIPAddr(java.lang.String strIpAddress,
java.util.Set<java.lang.String> ipAddrs)
strIpAddress - The IP addressipAddrs - Set of IP addressesprotected boolean isFING(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isMME(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isMRBTS(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isBSC(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isBTS(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isRNC(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isPCU(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isIPNO(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isWBTS(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isLNBTS(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isLNCEL(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isBTSCell(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isWCELL(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isTRX(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isMGW(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isMSC(java.lang.String addressSpace)
addressSpace - The address space to checkprotected boolean isSGSN(java.lang.String addressSpace)
addressSpace - The address space to checkprotected java.lang.String extractParentName(java.lang.String entityName,
java.lang.String entityClass)
Full - name of the entityEntity - class typeprotected java.lang.String getRNCIdFromRNCM(java.lang.String entityName)
entityName - Full entity Nameprotected java.lang.String getBSCIdFromBSC(java.lang.String entityName)
entityName - Full entity Nameprotected java.lang.String getBSCIdFromBSCM(java.lang.String entityName)
entityName - Full entity Name