|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
org.opennms.bb.dp.eventd | |
org.opennms.bb.dp.events | |
org.opennms.bb.dp.poller.plugins |
Uses of Event in org.opennms.bb.dp.eventd |
Fields in org.opennms.bb.dp.eventd declared as Event | |
private Event |
EventWriter.m_event
The current event that is to be written |
Methods in org.opennms.bb.dp.eventd that return Event | |
Event |
EventWriter.getEvent()
Return the event serialzed to the database. |
Methods in org.opennms.bb.dp.eventd with parameters of type Event | |
private static void |
EventsReader.expand(Event e)
This method is call to check the event againt the configuration information and make any necessary modifications to the event. |
protected boolean |
XMLEventsOverrideParser.validate(Event e)
This overridden method is not use for validating the event so much as it is used to modify the event. |
Constructors in org.opennms.bb.dp.eventd with parameters of type Event | |
EventWriter(EventHeader header,
Event event,
com.sun.media.jsdt.Client client,
com.sun.media.jsdt.Channel channel)
Constructs an EventWriter thread |
Uses of Event in org.opennms.bb.dp.events |
Fields in org.opennms.bb.dp.events declared as Event | |
private Event |
XMLEventsParser.m_event
The event being currently processes |
Methods in org.opennms.bb.dp.events with parameters of type Event | |
protected boolean |
XMLEventsParser.validate(Event e)
Used to validate the event before it is placed onto the actual list of events. |
Constructors in org.opennms.bb.dp.events with parameters of type Event | |
EventBase(Event second)
Constucts a new event object that is a duplicate of the current event. |
|
Event(Event second)
Constucts a new event object that is a duplicate of the current event. |
Uses of Event in org.opennms.bb.dp.poller.plugins |
Methods in org.opennms.bb.dp.poller.plugins with parameters of type Event | |
void |
JSDTEventProxy.send(Event event)
Implements the EventProxy-> send() method to send the event to the events source channel |
void |
EventProxy.send(Event event)
This method is called to send the event out |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |