Package org.opennms.netmgt.snmp
Interface ResponseProcessor
-
public interface ResponseProcessor
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processErrors(int errorStatus, int errorIndex)
void
processResponse(SnmpObjId snmpObjId, SnmpValue val)
-
-
-
Method Detail
-
processResponse
void processResponse(SnmpObjId snmpObjId, SnmpValue val) throws SnmpException
- Throws:
SnmpException
-
processErrors
boolean processErrors(int errorStatus, int errorIndex) throws SnmpException
- Throws:
SnmpException
-
-