public class SGSNProcessor extends ProcessorBase implements Processor
| Constructor and Description |
|---|
SGSNProcessor()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isHandled(XMLEntity xmlEntity)
Checks if the Processor handles this class
|
boolean |
process(CollectorDataStore dataStore,
int intDataSourceId,
XMLEntity xmlEntity,
java.util.concurrent.ConcurrentHashMap<java.lang.String,java.util.concurrent.ConcurrentHashMap<java.lang.String,XMLEntity>> parserResult)
Processes the data for insertion into the DataStore
|
extractParentName, getBSCIdFromBSC, getBSCIdFromBSCM, getPLMNDistName, getRNCIdFromRNCM, isBSC, isBTS, isBTSCell, isFING, isIPNO, isLNBTS, isLNCEL, isMGW, isMME, isMRBTS, isMSC, isNewIPAddr, isPCU, isRNC, isSGSN, isTRX, isWBTS, isWCELLpublic boolean isHandled(XMLEntity xmlEntity)
Processorpublic boolean process(CollectorDataStore dataStore, int intDataSourceId, XMLEntity xmlEntity, java.util.concurrent.ConcurrentHashMap<java.lang.String,java.util.concurrent.ConcurrentHashMap<java.lang.String,XMLEntity>> parserResult) throws ProcessorException
Processorprocess in interface ProcessordataStore - CollectorDataStore instanceintDataSourceId - Data Source identifierxmlEntity - XMLEntity instanceparserResult - ConcurrentHashMap instanceProcessorException