AdventNet Web NMS 4 DMS API Specification

Package com.adventnet.nms.extranet.remote.communication.fw

Provides interface for customizing the communication between the Central Server and the DMS.

See:
          Description

Interface Summary
DataPriorityID As the amount of data transfered through the communication framework is large, various priorities with IDs are defined to control the data flow according to requirements.
DataTransferID This interface defines IDs for predefined modules.
ModuleListener Registered implementation class of this interface is responsible to handle all the data with the registered module ID coming from DMS or Central Server.
SPPCommInitIfc Implementation of this interface is responsible for initializing communication related modules.
SPPRegionalCommIfc To provide flexibility of using any communication protocol between Central Server and DMS, necessary methods have been provided in this interface.
 

Class Summary
DataObject For smooth data transfer between the DMS and Central Server, the data is sent as a modeled object called DataObject.
DataObjectUtil Utility class to convert Element or serializable Object as DataObject, so that it can be sent to DMS from CentralServer or vice versa.
SPPCommParser This class provides the communication details configured in CommunicationInfo.xml for this DMS.
 

Exception Summary
CommunicationException This exception is thrown when communication between the Central Server and the DMS fails.
 

Package com.adventnet.nms.extranet.remote.communication.fw Description

Provides interface for customizing the communication between the Central Server and the DMS. Also contains classes for sending and recieving data through the communication framework


AdventNet Web NMS 4 DMS API Specification