AdventNet Web NMS 4 DMS API Specification

com.adventnet.nms.extranet.remote.communication.fw
Interface DataTransferID
All Known Implementing Classes:
SPPNOCHandler

public interface DataTransferID

This interface defines IDs for predefined modules. Data sent with the following IDs will be received by the respective modules in other end (i.e., DMS or Central Server). If the user wants to send data to his custom module in the other end, he has to exclude the below defined IDs (i.e., ID value should be greater than 16), so that the data will be served properly. When the user needs to send the data to any predefined module, he can use the below mentioned IDs.
Note: As the IDs are self explanatory, ID specific comments have been ignored.


Field Summary
static int ALERT
           
static int APPLN_DATA
           
static int COLLECT_DATA
           
static int COLLECTED_INFO
           
static int COMMAND
           
static int CONF_UPDATE
           
static int CONFIG
           
static int DATA_ACK
           
static int DOWNLOAD_REQUEST
           
static int EVENT
           
static int ID_REQUEST
           
static int INETSERVICE
           
static int MIBBROWSER
           
static int PATCH_VERSION
           
static int POLLED_DATA
           
static int PROBE_STATUS
           
static int REGIONAL_SHUTDOWN
           
static int SYSLOG
           
static int TOPOLOGY
           
 

Field Detail

ID_REQUEST

public static final int ID_REQUEST

TOPOLOGY

public static final int TOPOLOGY

EVENT

public static final int EVENT

COLLECT_DATA

public static final int COLLECT_DATA

APPLN_DATA

public static final int APPLN_DATA

CONFIG

public static final int CONFIG

COMMAND

public static final int COMMAND

COLLECTED_INFO

public static final int COLLECTED_INFO

CONF_UPDATE

public static final int CONF_UPDATE

REGIONAL_SHUTDOWN

public static final int REGIONAL_SHUTDOWN

SYSLOG

public static final int SYSLOG

POLLED_DATA

public static final int POLLED_DATA

INETSERVICE

public static final int INETSERVICE

DOWNLOAD_REQUEST

public static final int DOWNLOAD_REQUEST

PATCH_VERSION

public static final int PATCH_VERSION

MIBBROWSER

public static final int MIBBROWSER

PROBE_STATUS

public static final int PROBE_STATUS

DATA_ACK

public static final int DATA_ACK

ALERT

public static final int ALERT

AdventNet Web NMS 4 DMS API Specification