|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface VarBindRequestListener
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 |
|---|
void getRequest(VarBindRequestEvent pe)
throws AgentSnmpException
pe - containing the varbindList and information about sender.
AgentSnmpException - with the index of the
varbind which has failed in AgentSnmpException
void getNextRequest(VarBindRequestEvent pe,
AgentResource agentSource)
throws AgentSnmpException
pe - containing the varbindList and information about the sender.agentSource - the AgentResource created for this request.
AgentSnmpException - with the index of the
varbind which has failed in AgentSnmpException
void setRequest(VarBindRequestEvent pe)
throws AgentSnmpException
pe - containing the varbindList and information about the sender.
AgentSnmpException - with the index of the
varbind which has failed in AgentSnmpException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||