|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
static final int SNMP_CHECK_FOR_SET_REQUEST
static final int SNMP_SET_REQUEST
static final int SNMP_GET_REQUEST
static final int SNMP_GET_NEXT_REQUEST
Method Detail |
---|
int getRequestType()
MIBObject getMIBObject()
MIBObject
for the request.
MIBObject
for the request.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |