|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
This interface is implemented by the agent to process GET/GET-NEXT/SET/GET-BULK commands which are received from the remote.
It gets VarBindRequestEvent as input which contains varbind list. After the processing has been done the result get backs to PduRequesHandler.
PduRequestHandler,
VarBindRequestEvent| Method Summary | |
void |
getNextRequest(VarBindRequestEvent pe,
AgentResource agentSource)
The getNextRequest method to implement for the getNext command. |
void |
getRequest(VarBindRequestEvent pe)
The getRequest method to implement for the get command. |
void |
setRequest(VarBindRequestEvent pe)
The setRequest method to implement for the set command. |
| Method Detail |
public void getRequest(VarBindRequestEvent pe)
throws AgentSnmpException
pe - containing the varbindList and information about sender.
public void getNextRequest(VarBindRequestEvent pe,
AgentResource agentSource)
throws AgentSnmpException
pe - containing the varbindList and information about the sender.agentSource - the AgentResource created for this request.
public void setRequest(VarBindRequestEvent pe)
throws AgentSnmpException
pe - containing the varbindList and information about the sender.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||