com.adventnet.snmp.snmp2.agent
Class AgentResource
java.lang.Object
|
+--com.adventnet.snmp.snmp2.agent.AgentResource
- public class AgentResource
- extends java.lang.Object
This class will be internally instantiated whenever a Request is received by
the Agent.
This class holds all the resources like the error status, error index and
other informations.
API Users may not require thid class.
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
agent
BaseSnmpAgent agent
pdu
SnmpPDU pdu
newPdu
SnmpPDU newPdu
copiedPdu
SnmpPDU copiedPdu
requestCell
AgentNode requestCell
multiVarBindListenerHolders
java.util.Hashtable multiVarBindListenerHolders
varBindListenerHolders
java.util.Vector varBindListenerHolders
errstat
int errstat
errIndex
int errIndex
getbulkErrValue
int getbulkErrValue
getbulkVarbind
SnmpVarBind getbulkVarbind
setFailed
boolean setFailed
originalOIDList
java.util.Vector originalOIDList
prevHolder
VarBindRequestListenerHolder prevHolder
accessListener
AccessListener accessListener
prevNode
AgentNode prevNode
reqResponseSame
boolean reqResponseSame
rollback
boolean rollback
actualNextCell
AgentNode actualNextCell
previousProxyCell
AgentNode previousProxyCell
nextProxyCell
AgentNode nextProxyCell
responseCell
AgentNode responseCell
fullResponseCell
java.lang.String fullResponseCell
previousCellResponse
boolean previousCellResponse
nextLeafCell
AgentNode nextLeafCell
requestOID
SnmpOID requestOID
errStatCell
boolean errStatCell
previousProxyResponse
java.lang.Object previousProxyResponse
removeEntry
boolean removeEntry
AgentResource
AgentResource(java.lang.Object obj,
SnmpPDU pdu)