org.ocap.diagnostics
Interface MIBListener
- All Superinterfaces:
- EventListener
public interface MIBListener
- extends EventListener
This interface represents a listener that can be registered with the
MIBManager in order to listen for requests to MIB object
encodings.
notifySNMPRequest
SNMPResponse notifySNMPRequest(SNMPRequest request)
- Notifies a listener when a MIB object it registered control over
has been requested.
- Parameters:
request - The request object containing the request type and
OID.
- Returns:
- A response with the requested MIB encoding or an error
status.
Copyright © 2011. All Rights Reserved.