Uses of Class
org.opennms.bb.dp.events.EventSnmpInfo

Packages that use EventSnmpInfo
org.opennms.bb.dp.eventd.db   
org.opennms.bb.dp.events   
 

Uses of EventSnmpInfo in org.opennms.bb.dp.eventd.db
 

Methods in org.opennms.bb.dp.eventd.db with parameters of type EventSnmpInfo
static String SnmpInfo.format(EventSnmpInfo info)
          Converts the SNMP iformation from the event into a string that can be stored into the database.
 

Uses of EventSnmpInfo in org.opennms.bb.dp.events
 

Fields in org.opennms.bb.dp.events declared as EventSnmpInfo
private  EventSnmpInfo XMLEventsParser.m_snmpInfo
          An snmp information block.
private  EventSnmpInfo XMLEventsConfParser.m_snmpInfo
          An snmp information block.
protected  EventSnmpInfo EventBase.m_snmp
          The snmp information
 

Methods in org.opennms.bb.dp.events that return EventSnmpInfo
 EventSnmpInfo EventBase.getSnmpInfo()
          Returns the current snmp information if it is defined.
 

Methods in org.opennms.bb.dp.events with parameters of type EventSnmpInfo
 void EventBase.setSnmpInfo(EventSnmpInfo info)
          Sets the snmp information for the event to the passed value.
 

Constructors in org.opennms.bb.dp.events with parameters of type EventSnmpInfo
EventSnmpInfo(EventSnmpInfo second)
          Constructs a new instance that is identical to the initial instance that is passed to the constructor.