|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The GetNextSupported class is used by the implementor of Interpretted Agent. This class is implemented when you are interested in GETNEXT requests especially for columnar objects.
Classes which implement this interface along with SnmpAgentData can use their getNextRequest method .
For scalar MIB objects this wouldnt be required.
public interface GetNextSupported
SnmpAgentData| Method Summary | |
|---|---|
SnmpVar |
getNextReqMesg(int[] OID,
SnmpVarBind varbind)
Deprecated. To create a varbind with the specified OID. |
| Method Detail |
|---|
SnmpVar getNextReqMesg(int[] OID,
SnmpVarBind varbind)
throws AgentSnmpException,
AgentNoNextObject
AgentSnmpException - Just to report general errors
AgentNoNextObject - in following two cases:
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||