AdventNet Web NMS 4 API Specification

Package com.adventnet.nms.severity

This package contains the java documentation for the API classes that provide useful mechanism to handle the severities that are defined in Web NMS.  The classes present in this package essentially helps in accessing information about the Severities that have been configured in the Web NMS server.

See:
          Description

Interface Summary
SeverityAPI This is the API interface for getting the object reference of SeverityInfo which has all the informations like severity value, severity color, severity name etc.
 

Class Summary
SeverityAPIImpl Note : This class should be used only in the BE or FE server JVM
SeverityInfo This class provides the API mechanism to access information about the severities configured in Web NMS.
SeverityIterator This is an iterator class which can be used to traverse the severity nodes which are having criticality.
SeverityNode This is the implementation of SeverityNode which contains all the attributes of the severity node.
 

Package com.adventnet.nms.severity Description

This package contains the java documentation for the API classes that provide useful mechanism to handle the severities that are defined in Web NMS.  The classes present in this package essentially helps in accessing information about the Severities that have been configured in the Web NMS server. It provides easy to access mechanism to traverse the configured Severity tree and retrieve the needed information. The API classes present in this package gives the flexibility to access the severity information from the configuration files either via RMI or anyother URL based protocol.


AdventNet Web NMS 4 API Specification