Uses of Class
org.snmp4j.agent.agentx.master.AgentXRegEntry
Packages that use AgentXRegEntry
-
Uses of AgentXRegEntry in org.snmp4j.agent.agentx.master
Fields in org.snmp4j.agent.agentx.master declared as AgentXRegEntryModifier and TypeFieldDescriptionprotected AgentXRegEntry<A> AbstractAgentXPending.registrationThe region entry of the affected region by this pending request.Methods in org.snmp4j.agent.agentx.master that return AgentXRegEntryModifier and TypeMethodDescriptionfinal AgentXRegEntry<?> AgentXNode.getActiveRegistration()Gets the active (i.e.AbstractAgentXPending.getRegistration()The registration region affected by this request.AgentXPending.getRegistration()Get the affectedAgentXRegEntry.Methods in org.snmp4j.agent.agentx.master with parameters of type AgentXRegEntryModifier and TypeMethodDescription<A extends org.snmp4j.smi.Address>
booleanAgentXQueue.add(AgentXSearchRange searchRange, AgentXRegEntry<A> entry, boolean repeater) Adds a search range to a GET request.<A extends org.snmp4j.smi.Address>
booleanAgentXQueue.add(AgentXSearchRange searchRange, AgentXRegEntry<A> entry, boolean repeater, Function<org.snmp4j.smi.OID, Boolean> filter) Adds a search range to a GET request.<A extends org.snmp4j.smi.Address>
booleanAgentXQueue.add(org.snmp4j.smi.VariableBinding vb, org.snmp4j.agent.request.SnmpRequest.SnmpSubRequest subRequest, AgentXRegEntry<A> entry) Adds a variable binding to a pending SET request (if not in progress yet) or creating a new SET request.protected voidAgentXCommandProcessor.addRegion(AgentXRegEntry<?> registration, AgentXRegion region) Adds a region to the registry.protected voidAgentXCommandProcessor.addRegistration(AgentXRegEntry<?> registration) Adds a registration to this master server.voidAgentXNode.addRegistration(AgentXRegEntry<?> entry) Adds a registration.intAgentXCommandProcessor.AgentXRegEntryComparator.compare(AgentXRegEntry<?> a, AgentXRegEntry<?> b) intAgentXRegEntry.compareTo(AgentXRegEntry<A> other) Compares this object with the specified object for order.protected booleanAgentXCommandProcessor.isDuplicate(AgentXRegEntry<?> registration) Checks whether a new registration is a duplicate.protected voidAgentXQueue.optimizeSearchRange(AgentXSearchRange searchRange, AgentXRegEntry<?> entry) Optimizes the search range to limit sub-agent request to upper bounds know in the master apriori.protected booleanAgentXCommandProcessor.removeRegistration(AgentXRegEntry<?> registration, Iterator<AgentXRegEntry<?>> regIterator) Remove a registrationbooleanAgentXNode.removeRegistration(AgentXRegEntry<?> entry) Removes a registration.Method parameters in org.snmp4j.agent.agentx.master with type arguments of type AgentXRegEntryModifier and TypeMethodDescriptionprotected booleanAgentXCommandProcessor.removeRegistration(AgentXRegEntry<?> registration, Iterator<AgentXRegEntry<?>> regIterator) Remove a registrationConstructors in org.snmp4j.agent.agentx.master with parameters of type AgentXRegEntryModifierConstructorDescriptionAbstractAgentXPending(AgentXRegEntry<A> registration, org.snmp4j.agent.request.SnmpRequest request) Creates a new pending request based on affected region and request.AgentXNode(AgentXRegion region, AgentXRegEntry<?> registration) Creates anAgentXNodefor a region and corresponding registration.AgentXPendingGet(AgentXRegEntry<A> registration, org.snmp4j.agent.request.SnmpRequest request, AgentXSearchRange searchRange) Creates aAgentXPendingGetrequest.AgentXPendingGet(AgentXRegEntry<A> registration, org.snmp4j.agent.request.SnmpRequest request, AgentXSearchRange searchRange, Function<org.snmp4j.smi.OID, Boolean> oidFilter) Creates aAgentXPendingGetrequest.AgentXPendingSet(AgentXRegEntry<A> regEntry, org.snmp4j.agent.request.SnmpRequest request) Creates a newAgentXPendingSetrequest.Constructor parameters in org.snmp4j.agent.agentx.master with type arguments of type AgentXRegEntryModifierConstructorDescriptionprotectedAgentXNode(AgentXRegion region, TreeSet<AgentXRegEntry<?>> registrations) Creates anAgentXNodefor a region and corresponding registration.