Active Virtual Network Management Prediction (AVNMP) Classes

snmp.agent
Interface CommInterface

All Known Implementing Classes:
AppCommunicator, AgentCommunicator

public interface CommInterface

This research is funded by DARPA/ITO Contract Number: F30602-98-C-0230 supported by the Air Force Research Laboratory/IF.

Version:
$Revision: 1.1.1.1 $ $State: Exp $
Author:
Steve Bush

Field Summary
static int ERR_DUPENTRY
           
static int ERR_NOSUCHID
           
static int MSG_ADDINT
           
static int MSG_ADDLONG
           
static int MSG_ADDSTRING
           
static int MSG_GETINT
           
static int MSG_GETLONG
           
static int MSG_GETNEXT
           
static int MSG_GETSTRING
           
static int MSG_REMOVE
           
static int MSG_REMOVEBRANCH
           
static int MSG_UPDATEINT
           
static int MSG_UPDATELONG
           
static int MSG_UPDATESTRING
           
static int OK
           
 

Field Detail

MSG_ADDINT

public static final int MSG_ADDINT

MSG_ADDLONG

public static final int MSG_ADDLONG

MSG_ADDSTRING

public static final int MSG_ADDSTRING

MSG_REMOVE

public static final int MSG_REMOVE

MSG_GETINT

public static final int MSG_GETINT

MSG_GETNEXT

public static final int MSG_GETNEXT

MSG_REMOVEBRANCH

public static final int MSG_REMOVEBRANCH

MSG_UPDATEINT

public static final int MSG_UPDATEINT

MSG_UPDATELONG

public static final int MSG_UPDATELONG

MSG_UPDATESTRING

public static final int MSG_UPDATESTRING

MSG_GETLONG

public static final int MSG_GETLONG

MSG_GETSTRING

public static final int MSG_GETSTRING

OK

public static final int OK

ERR_DUPENTRY

public static final int ERR_DUPENTRY

ERR_NOSUCHID

public static final int ERR_NOSUCHID

Active Virtual Network Management Prediction (AVNMP) Classes