All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ocap.diagnostics.SNMPRequest.html Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version






SNMPRequest














org.ocap.diagnostics
Interface SNMPRequest


public interface SNMPRequest

This interface represents an application request for SNMP check, get, or set of a specific MIB.


Field Summary
static int SNMP_CHECK_FOR_SET_REQUEST
          Used to validate a MIB value before doing a set.
static int SNMP_GET_NEXT_REQUEST
          Get data for the next OID beyond the one passed in.
static int SNMP_GET_REQUEST
          Get data for the exact OID passed in.
static int SNMP_SET_REQUEST
          Set (modify) the value in the MIB for an OID.
 
Method Summary
 MIBObject getMIBObject()
          Gets the MIBObject for the request.
 int getRequestType()
          Gets the type for this request.
 

Field Detail

SNMP_CHECK_FOR_SET_REQUEST

static final int SNMP_CHECK_FOR_SET_REQUEST
Used to validate a MIB value before doing a set.

See Also:
Constant Field Values

SNMP_SET_REQUEST

static final int SNMP_SET_REQUEST
Set (modify) the value in the MIB for an OID.

See Also:
Constant Field Values

SNMP_GET_REQUEST

static final int SNMP_GET_REQUEST
Get data for the exact OID passed in.

See Also:
Constant Field Values

SNMP_GET_NEXT_REQUEST

static final int SNMP_GET_NEXT_REQUEST
Get data for the next OID beyond the one passed in.

See Also:
Constant Field Values
Method Detail

getRequestType

int getRequestType()
Gets the type for this request.

Returns:
One of the request types defined in this interface.

getMIBObject

MIBObject getMIBObject()
Gets the MIBObject for the request.

Returns:
MIBObject for the request.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy