|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The SnmpAgentData class is used by the implementor of Agent. Classes which implement this interface can be used in CLASS-COMMAND's CLASS-NAME field. To use getNextReqMesg you have to implement GetNextSupported.
public interface SnmpAgentData
GetNextSupported| Method Summary | |
|---|---|
java.lang.String |
getReqMesg(int[] OID)
Deprecated. The current OID is passed as the argument to the methods. |
java.lang.String |
setReqMesg(int[] OID,
java.util.Vector snmpvars)
Deprecated. Care should be taken in handling snmpvars argument. |
| Method Detail |
|---|
java.lang.String getReqMesg(int[] OID)
throws AgentSnmpException
OID - requested OId
AgentSnmpException - if any problem is encountered
java.lang.String setReqMesg(int[] OID,
java.util.Vector snmpvars)
throws AgentSnmpException
OID - requested OIdsnmpvars - Vector of values to be set
AgentSnmpException - if any problem is encountered
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||