public class TestMasterAgent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
address |
protected AgentXMasterAgent |
agent |
static org.snmp4j.log.LogAdapter |
logger |
protected org.snmp4j.TransportMapping |
masterTransport |
protected org.snmp4j.agent.MOServer |
server |
| Constructor and Description |
|---|
TestMasterAgent(Map args) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCommunities(org.snmp4j.agent.mo.snmp.SnmpCommunityMIB communityMIB) |
protected void |
addListenAddresses(org.snmp4j.MessageDispatcher md,
List<String> addresses) |
protected void |
addNotificationTargets(org.snmp4j.agent.mo.snmp.SnmpTargetMIB targetMIB,
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB notificationMIB) |
protected void |
addUsmUser(org.snmp4j.security.USM usm) |
protected void |
addViews(org.snmp4j.agent.mo.snmp.VacmMIB vacm) |
static void |
main(String[] args) |
public static org.snmp4j.log.LogAdapter logger
protected String address
protected org.snmp4j.TransportMapping masterTransport
protected AgentXMasterAgent agent
protected org.snmp4j.agent.MOServer server
public TestMasterAgent(Map args) throws IOException
IOExceptionprotected void addListenAddresses(org.snmp4j.MessageDispatcher md,
List<String> addresses)
protected void addNotificationTargets(org.snmp4j.agent.mo.snmp.SnmpTargetMIB targetMIB,
org.snmp4j.agent.mo.snmp.SnmpNotificationMIB notificationMIB)
protected void addViews(org.snmp4j.agent.mo.snmp.VacmMIB vacm)
protected void addCommunities(org.snmp4j.agent.mo.snmp.SnmpCommunityMIB communityMIB)
protected void addUsmUser(org.snmp4j.security.USM usm)
public static void main(String[] args)
Copyright © 2020 SNMP4J.org. All rights reserved.