Uses of Class
org.snmp4j.agent.agentx.AgentXRegion
Packages that use AgentXRegion
Package
Description
-
Uses of AgentXRegion in org.snmp4j.agent.agentx
Methods in org.snmp4j.agent.agentx that return AgentXRegionMethods in org.snmp4j.agent.agentx with parameters of type AgentXRegionConstructors in org.snmp4j.agent.agentx with parameters of type AgentXRegionModifierConstructorDescriptionAgentXRegion
(AgentXRegion other) Creates a copy of anAgentXRegion
. -
Uses of AgentXRegion in org.snmp4j.agent.agentx.master
Methods in org.snmp4j.agent.agentx.master that return AgentXRegionMethods in org.snmp4j.agent.agentx.master with parameters of type AgentXRegionModifier and TypeMethodDescriptionprotected void
AgentXCommandProcessor.addRegion
(AgentXRegEntry<?> registration, AgentXRegion region) Adds a region to the registry.AgentXNode.getClone
(AgentXRegion region) Gets a deep clone of this node but with a new region.Constructors in org.snmp4j.agent.agentx.master with parameters of type AgentXRegionModifierConstructorDescriptionprotected
AgentXNode
(AgentXRegion region, TreeSet<AgentXRegEntry<?>> registrations) Creates anAgentXNode
for a region and corresponding registration.AgentXNode
(AgentXRegion region, AgentXRegEntry<?> registration) Creates anAgentXNode
for a region and corresponding registration.AgentXRegEntry
(AgentXMasterSession<A> session, AgentXRegion region, int priority, org.snmp4j.smi.OctetString context, int timeout) Creates a new registry entry. -
Uses of AgentXRegion in org.snmp4j.agent.agentx.subagent
Methods in org.snmp4j.agent.agentx.subagent with parameters of type AgentXRegionModifier and TypeMethodDescriptionprotected byte
AgentXSubagent.getPriority
(org.snmp4j.agent.ManagedObject<?> mo, AgentXRegion region) Gets the priority with which the supplied managed object and region should be registered at the master agent.protected <A extends org.snmp4j.smi.Address>
intAgentXSubagent.registerRegion
(AgentXSession<A> session, org.snmp4j.smi.OctetString context, AgentXRegion region, byte priority, org.snmp4j.smi.TimeTicks sysUpTime) protected <A extends org.snmp4j.smi.Address>
intAgentXSubagent.unregisterRegion
(AgentXSession<A> session, org.snmp4j.smi.OctetString context, AgentXRegion region, byte timeout)