Package org.opennms.netmgt.snmp
Interface SnmpV1TrapBuilder
-
- All Superinterfaces:
SnmpTrapBuilder
- All Known Implementing Classes:
JoeSnmpV1TrapBuilder
,Snmp4JV1TrapBuilder
public interface SnmpV1TrapBuilder extends SnmpTrapBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setAgentAddress(java.net.InetAddress agentAddress)
void
setEnterprise(SnmpObjId enterpriseId)
void
setGeneric(int generic)
void
setSpecific(int specific)
void
setTimeStamp(long timeStamp)
-
Methods inherited from interface org.opennms.netmgt.snmp.SnmpTrapBuilder
addVarBind, send, sendTest
-
-
-
-
Method Detail
-
setEnterprise
void setEnterprise(SnmpObjId enterpriseId)
-
setAgentAddress
void setAgentAddress(java.net.InetAddress agentAddress)
-
setGeneric
void setGeneric(int generic)
-
setSpecific
void setSpecific(int specific)
-
setTimeStamp
void setTimeStamp(long timeStamp)
- Parameters:
timeStamp
- A timestamp value, in TimeTicks (centiseconds), not to exceed 2^32-1
-
-