AdventNet Web NMS 4 DMS API Specification

Package com.adventnet.nms.rta.fw.client

This package contains the RTA UI component model classes.

See:
          Description

Interface Summary
ProbePanelActions This interface has to be implemented, if the user wants to receive the notification before/after the actions(add/modify/delete) performed on the RTA UI.
ProbePanelListener This interface has to be implemented by the RTA UI component(panel on the right side in the RTA UI) implementation.
 

Class Summary
AbstractRTADataModel  
DefaultMultiObjectModel This class has to be extended to provide the RTA UI impl for the conf-file, which contains more than one entries in it(for ex: trap.parsers, Polling.conf).
DefaultSingleObjectModel This class has to be extended to provide the RTA UI impl for the conf-file, which contains only one entry(node) in it(for ex: seed.file).
ProbePanel This will acts as the RTA UI's Probe List Holder class.
ProbePanelActionsAdapter This is the Adapter class for the ProbePanelActions interface.
 

Package com.adventnet.nms.rta.fw.client Description

This package contains the RTA UI component model classes. This can be used to develop a Custom RTA module for a new configuration file


AdventNet Web NMS 4 DMS API Specification