org.opennms.netmgt.snmp.snmp4j
Class Snmp4JV1TrapBuilder
java.lang.Object
org.opennms.netmgt.snmp.snmp4j.Snmp4JV2TrapBuilder
org.opennms.netmgt.snmp.snmp4j.Snmp4JV1TrapBuilder
- All Implemented Interfaces:
- SnmpTrapBuilder, SnmpV1TrapBuilder
public class Snmp4JV1TrapBuilder
- extends Snmp4JV2TrapBuilder
- implements SnmpV1TrapBuilder
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Snmp4JV1TrapBuilder
protected Snmp4JV1TrapBuilder(Snmp4JStrategy strategy)
getPDUv1
protected org.snmp4j.PDUv1 getPDUv1()
setEnterprise
public void setEnterprise(SnmpObjId enterpriseId)
- Specified by:
setEnterprise in interface SnmpV1TrapBuilder
setAgentAddress
public void setAgentAddress(InetAddress agentAddress)
- Specified by:
setAgentAddress in interface SnmpV1TrapBuilder
setGeneric
public void setGeneric(int generic)
- Specified by:
setGeneric in interface SnmpV1TrapBuilder
setSpecific
public void setSpecific(int specific)
- Specified by:
setSpecific in interface SnmpV1TrapBuilder
setTimeStamp
public void setTimeStamp(long timeStamp)
- Specified by:
setTimeStamp in interface SnmpV1TrapBuilder
Copyright © 2009. All Rights Reserved.