|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.client.dataflow.EPDataFlowEventBeanCollectorContext
public class EPDataFlowEventBeanCollectorContext
For use with EPDataFlowEventBeanCollector
provides collection context.
Do not retain handles to this instance as its contents may change.
Constructor Summary | |
---|---|
EPDataFlowEventBeanCollectorContext(EPDataFlowEmitter emitter,
boolean submitEventBean,
EventBean event)
Ctor. |
Method Summary | |
---|---|
EPDataFlowEmitter |
getEmitter()
Returns the emitter. |
EventBean |
getEvent()
Returns the event to process. |
boolean |
isSubmitEventBean()
Returns true to submit EventBean instances, false to submit underlying event. |
void |
setEvent(EventBean event)
Sets the event to process. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EPDataFlowEventBeanCollectorContext(EPDataFlowEmitter emitter, boolean submitEventBean, EventBean event)
emitter
- to emit into the data flowsubmitEventBean
- indicator whether to submit EventBean or underlying eventsevent
- to processMethod Detail |
---|
public EventBean getEvent()
public void setEvent(EventBean event)
event
- to processpublic EPDataFlowEmitter getEmitter()
public boolean isSubmitEventBean()
|
© 2006-2015 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 |