org.opennms.netmgt.snmp.snmp4j
Class Snmp4JV1TrapBuilder

java.lang.Object
  extended by org.opennms.netmgt.snmp.snmp4j.Snmp4JV2TrapBuilder
      extended by org.opennms.netmgt.snmp.snmp4j.Snmp4JV1TrapBuilder
All Implemented Interfaces:
SnmpTrapBuilder, SnmpV1TrapBuilder

public class Snmp4JV1TrapBuilder
extends Snmp4JV2TrapBuilder
implements SnmpV1TrapBuilder


Constructor Summary
protected Snmp4JV1TrapBuilder(Snmp4JStrategy strategy)
           
 
Method Summary
protected  org.snmp4j.PDUv1 getPDUv1()
           
 void setAgentAddress(InetAddress agentAddress)
           
 void setEnterprise(SnmpObjId enterpriseId)
           
 void setGeneric(int generic)
           
 void setSpecific(int specific)
           
 void setTimeStamp(long timeStamp)
           
 
Methods inherited from class org.opennms.netmgt.snmp.snmp4j.Snmp4JV2TrapBuilder
addVarBind, getPDU, send, sendTest
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opennms.netmgt.snmp.SnmpTrapBuilder
addVarBind, send, sendTest
 

Constructor Detail

Snmp4JV1TrapBuilder

protected Snmp4JV1TrapBuilder(Snmp4JStrategy strategy)
Method Detail

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.