org.ocap.diagnostics
Interface MIBListener
- All Superinterfaces:
- java.util.EventListener
public interface MIBListener
- extends java.util.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.