Package | Description |
---|---|
org.snmp4j.agent.agentx | |
org.snmp4j.agent.agentx.master | |
org.snmp4j.agent.agentx.subagent |
Modifier and Type | Method and Description |
---|---|
AgentXRegion |
AgentXRegisterPDU.getRegion() |
Constructor and Description |
---|
AgentXRegion(AgentXRegion other) |
Modifier and Type | Method and Description |
---|---|
AgentXRegion |
AgentXRegEntry.getRegion() |
Modifier and Type | Method and Description |
---|---|
protected void |
AgentXCommandProcessor.addRegion(AgentXRegEntry registration,
AgentXRegion region) |
AgentXNode |
AgentXNode.getClone(AgentXRegion region) |
Constructor and Description |
---|
AgentXNode(AgentXRegion region,
AgentXRegEntry registration) |
AgentXNode(AgentXRegion region,
TreeSet<AgentXRegEntry> registrations) |
AgentXRegEntry(AgentXMasterSession session,
AgentXRegion region,
int priority,
OctetString context,
int timeout) |
Modifier and Type | Method and Description |
---|---|
protected byte |
AgentXSubagent.getPriority(ManagedObject mo,
AgentXRegion region)
Gets the priority with which the supplied managed object and
region should be registered at the master agent.
|
protected int |
AgentXSubagent.registerRegion(AgentXSession session,
OctetString context,
AgentXRegion region,
byte priority,
TimeTicks sysUpTime) |
protected int |
AgentXSubagent.unregisterRegion(AgentXSession session,
OctetString context,
AgentXRegion region,
byte timeout) |
Copyright © 2016 SNMP4J.org. All rights reserved.