Provides the callback methods that are required to be implemented by the application
when an inform response is received by the agent.
Each inform request can be provided with an object that implements this callback
interface. An application then uses the SNMP adaptor to start an SNMP inform request,
which marks the request as active. The methods in this callback interface
get invoked when any of the following happens:
- The agent receives the SNMP inform response.
- The agent does not receive any response within a specified time and the number of tries
have exceeded the limit (timeout condition).
- An internal error occurs while processing or parsing the inform request.
This API is a Sun Microsystems internal API and is subject
to change without notice. |