Uses of Interface
uk.co.westhawk.snmp.stack.UsmAgent
Packages that use UsmAgent
-
Uses of UsmAgent in uk.co.westhawk.snmp.beans
Constructors in uk.co.westhawk.snmp.beans with parameters of type UsmAgentModifierConstructorDescriptionUsmBeingDiscoveredBean
(SnmpContextv3 myContext, UsmAgent myUsmAgent) Constructor. -
Uses of UsmAgent in uk.co.westhawk.snmp.stack
Classes in uk.co.westhawk.snmp.stack that implement UsmAgentModifier and TypeClassDescriptionclass
This implementation of UsmAgent tries to discover the parameters by doing the default USM discovery process on localhost.Methods in uk.co.westhawk.snmp.stack that return UsmAgentModifier and TypeMethodDescriptionSnmpContextv3Basis.getUsmAgent()
Returns the UsmAgent.SnmpContextv3Face.getUsmAgent()
Returns the UsmAgent.SnmpContextv3Pool.getUsmAgent()
Methods in uk.co.westhawk.snmp.stack with parameters of type UsmAgentModifier and TypeMethodDescriptionvoid
SnmpContextv3Basis.setUsmAgent
(UsmAgent agent) Sets the UsmAgent, needed when this stack is used as authoritative SNMP engine.void
SnmpContextv3Face.setUsmAgent
(UsmAgent agent) Sets the UsmAgent, needed when this stack is used as authoritative SNMP engine.void
SnmpContextv3Pool.setUsmAgent
(UsmAgent newAgent)