public class JoeSnmpV2TrapBuilder extends Object implements SnmpTrapBuilder
Constructor and Description |
---|
JoeSnmpV2TrapBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
addVarBind(SnmpObjId name,
SnmpValue value) |
void |
send(String destAddr,
int destPort,
String community) |
void |
sendTest(String destAddr,
int destPort,
String community) |
public void send(String destAddr, int destPort, String community) throws Exception
send
in interface SnmpTrapBuilder
Exception
public void sendTest(String destAddr, int destPort, String community) throws Exception
sendTest
in interface SnmpTrapBuilder
Exception
public void addVarBind(SnmpObjId name, SnmpValue value)
addVarBind
in interface SnmpTrapBuilder
Copyright © 2021. All rights reserved.