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