Package | Description |
---|---|
org.snmp4j.agent.agentx.master |
Modifier and Type | Field and Description |
---|---|
protected AgentXRegEntry |
AbstractAgentXPending.registration |
Modifier and Type | Method and Description |
---|---|
AgentXRegEntry |
AgentXNode.getActiveRegistration() |
AgentXRegEntry |
AbstractAgentXPending.getRegistration() |
AgentXRegEntry |
AgentXPending.getRegistration() |
Modifier and Type | Method and Description |
---|---|
boolean |
AgentXQueue.add(AgentXSearchRange searchRange,
AgentXRegEntry entry,
boolean repeater) |
boolean |
AgentXQueue.add(VariableBinding vb,
SnmpSubRequest subRequest,
AgentXRegEntry entry) |
protected void |
AgentXCommandProcessor.addRegion(AgentXRegEntry registration,
AgentXRegion region) |
void |
AgentXNode.addRegistration(AgentXRegEntry entry) |
protected void |
AgentXCommandProcessor.addRegistration(AgentXRegEntry registration) |
int |
AgentXCommandProcessor.AgentXRegEntryComparator.compare(AgentXRegEntry a,
AgentXRegEntry b) |
int |
AgentXRegEntry.compareTo(AgentXRegEntry other)
Compares this object with the specified object for order.
|
protected boolean |
AgentXCommandProcessor.isDuplicate(AgentXRegEntry registration) |
protected void |
AgentXQueue.optimizeSearchRange(AgentXSearchRange searchRange,
AgentXRegEntry entry) |
boolean |
AgentXNode.removeRegistration(AgentXRegEntry entry) |
protected boolean |
AgentXCommandProcessor.removeRegistration(AgentXRegEntry registration,
Iterator<AgentXRegEntry> regIterator) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AgentXCommandProcessor.removeRegistration(AgentXRegEntry registration,
Iterator<AgentXRegEntry> regIterator) |
Constructor and Description |
---|
AbstractAgentXPending(AgentXRegEntry registration,
SnmpRequest request) |
AgentXNode(AgentXRegion region,
AgentXRegEntry registration) |
AgentXPendingGet(AgentXRegEntry registration,
SnmpRequest request,
AgentXSearchRange searchRange) |
AgentXPendingSet(AgentXRegEntry regEntry,
SnmpRequest request) |
Constructor and Description |
---|
AgentXNode(AgentXRegion region,
TreeSet<AgentXRegEntry> registrations) |
Copyright © 2016 SNMP4J.org. All rights reserved.