Package com.adventnet.nms.rta.fw.common
This contains some of the classes which are used by the RTA module for different Configuration files(seed.file/trap.parsers etc).
See:
Description
|
Interface Summary |
| RTAData |
This interface has to be implemented if the user wants to provide the RTA UI impl for the conf-file, and the user has to provide implementation for the methods in this interface, based on the need. |
|
Exception Summary |
| RTAException |
This Exception will be extended by the RTA modules which like to throw exceptions from their applications. |
| RTAModuleException |
This exception will be thrown from the RTA module implementations when they encounter any problem. |
Package com.adventnet.nms.rta.fw.common Description
This contains some of the classes which are used by the RTA module for different Configuration files(seed.file/trap.parsers etc). The classes in this package have to be used by the Custom RTA
Module Plugin implementations