org.opennms.netmgt.trapd
Class EventCreator

java.lang.Object
  extended by org.opennms.netmgt.trapd.EventCreator
All Implemented Interfaces:
TrapProcessor

public class EventCreator
extends Object
implements TrapProcessor


Method Summary
 void processVarBind(SnmpObjId name, SnmpValue value)
           
 void setAgentAddress(InetAddress agentAddress)
           
 void setCommunity(String community)
           
 void setTimeStamp(long timeStamp)
           
 void setTrapAddress(InetAddress trapAddress)
           
 void setTrapIdentity(TrapIdentity trapIdentity)
           
 void setVersion(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

setCommunity

public void setCommunity(String community)
Specified by:
setCommunity in interface TrapProcessor

setTimeStamp

public void setTimeStamp(long timeStamp)
Specified by:
setTimeStamp in interface TrapProcessor

setVersion

public void setVersion(String version)
Specified by:
setVersion in interface TrapProcessor

setAgentAddress

public void setAgentAddress(InetAddress agentAddress)
Specified by:
setAgentAddress in interface TrapProcessor

processVarBind

public void processVarBind(SnmpObjId name,
                           SnmpValue value)
Specified by:
processVarBind in interface TrapProcessor

setTrapAddress

public void setTrapAddress(InetAddress trapAddress)
Specified by:
setTrapAddress in interface TrapProcessor

setTrapIdentity

public void setTrapIdentity(TrapIdentity trapIdentity)
Specified by:
setTrapIdentity in interface TrapProcessor


Copyright © 2009. All Rights Reserved.