public class EventCreator extends Object implements TrapProcessor
EventCreator class.
| Constructor and Description |
|---|
EventCreator(TrapdIpMgr trapdIpMgr) |
| Modifier and Type | Method and Description |
|---|---|
Event |
getEvent() |
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) |
public EventCreator(TrapdIpMgr trapdIpMgr)
public void setCommunity(String community)
setCommunity in interface TrapProcessorpublic void setTimeStamp(long timeStamp)
setTimeStamp in interface TrapProcessorpublic void setVersion(String version)
setVersion in interface TrapProcessorpublic void setAgentAddress(InetAddress agentAddress)
setAgentAddress in interface TrapProcessorpublic void processVarBind(SnmpObjId name, SnmpValue value)
processVarBind in interface TrapProcessorpublic void setTrapAddress(InetAddress trapAddress)
setTrapAddress in interface TrapProcessorpublic void setTrapIdentity(TrapIdentity trapIdentity)
setTrapIdentity in interface TrapProcessorpublic Event getEvent()
Copyright © 2015. All rights reserved.