|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.event.EventSenderBean
public class EventSenderBean
Event sender for POJO Java object events.
Allows sending only event objects of the underlying type matching the event type, or implementing the interface or extending the type. Any other event object generates an error.
Constructor Summary | |
---|---|
EventSenderBean(EPRuntimeEventSender runtime,
BeanEventType beanEventType)
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 EventSenderBean(EPRuntimeEventSender runtime, BeanEventType beanEventType)
runtime
- for processing eventsbeanEventType
- the event typeMethod Detail |
---|
public void sendEvent(Object event)
EventSender
sendEvent
in interface EventSender
event
- to process
|
© 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 |