|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventSenderImpl
public class EventSenderImpl
Event sender for use with plug-in event representations.
The implementation asks a list of event bean factoryies originating from plug-in event representations to each reflect on the event and generate an event bean. The first one to return an event bean wins.
Constructor Summary | |
---|---|
EventSenderImpl(List<EventSenderURIDesc> handlingFactories,
EPRuntimeEventSender epRuntime)
Ctor. |
Method Summary | |
---|---|
void |
sendEvent(Object event)
Processes the event object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EventSenderImpl(List<EventSenderURIDesc> handlingFactories, EPRuntimeEventSender epRuntime)
handlingFactories
- list of factoriesepRuntime
- the runtime to use to process the eventMethod Detail |
---|
public void sendEvent(Object event) throws EPException
EventSender
sendEvent
in interface EventSender
event
- to process
EPException
- if a runtime error occured.
|
© 2007 EsperTech Inc. All rights reserved. Visit us at espertech.com |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |