|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface RequestHandler
A request handler is able to process a request on behalf of the managed
object repository represented by a MOServer.
| Method Summary | |
|---|---|
boolean |
isSupported(int pduType)
Checks whether the supplied PDU type is supported by this request handler. |
void |
processPdu(Request request,
MOServer server)
Processes a request on behalf of the supplied MOServer. |
| Method Detail |
|---|
boolean isSupported(int pduType)
pduType - a PDU type as defined by PDU.
true if the PDU type is supported.
void processPdu(Request request,
MOServer server)
MOServer.
request - a Request instance.server - a MOServer containing the managed objects accessible
by the request.
|
Copyright 2005-2010 Frank Fock (SNMP4J.org) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||