public class CMExpCSCFProcessor extends ProcessorBase
| Constructor and Description |
|---|
CMExpCSCFProcessor(HuaweiM2KProperties props,
java.lang.String strCgpoDeviceId)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addInterfaces(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Port port) |
protected void |
addSlot(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Slot slot) |
protected void |
addSubrack(HuaweiM2KDataStore dataStore,
java.lang.String strDeviceId,
Subrack subrack) |
void |
process(HuaweiM2KDataStore dataStore,
java.nio.file.Path file) |
addDeviceInfo, addRackpublic CMExpCSCFProcessor(HuaweiM2KProperties props, java.lang.String strCgpoDeviceId)
props - HuaweiM2KProperties instancestrCgpoDeviceId - CGPO device identifierpublic void process(HuaweiM2KDataStore dataStore, java.nio.file.Path file) throws ProcessorException
dataStore - file - ProcessorExceptionprotected void addSlot(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Slot slot) throws CollectorException
addSlot in class ProcessorBaseCollectorExceptionprotected void addSubrack(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Subrack subrack) throws CollectorException
addSubrack in class ProcessorBasedataStore - strDeviceId - subrack - CollectorExceptionprotected void addInterfaces(HuaweiM2KDataStore dataStore, java.lang.String strDeviceId, Port port) throws CollectorException
addInterfaces in class ProcessorBaseCollectorException