org.opennms.netmgt.snmp
Interface SnmpV1TrapBuilder

All Superinterfaces:
SnmpTrapBuilder

public interface SnmpV1TrapBuilder
extends SnmpTrapBuilder


Method Summary
 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


Copyright © 2007. All Rights Reserved.