|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinatedAdapter
An Adapter that can be coordinated by an AdapterCoordinator.
Field Summary |
---|
Fields inherited from interface com.espertech.esper.adapter.InputAdapter |
---|
ESPERIO_MAP_EVENT_TYPE |
Method Summary | |
---|---|
void |
disallowStateTransitions()
Disallow subsequent state changes and throw an IllegalStateTransitionException if they are attempted. |
SendableEvent |
read()
Get the next event in line to be sent into the runtime , or null if there is no available event. |
void |
setEPService(com.espertech.esper.client.EPServiceProvider epService)
Set the epService |
void |
setScheduleSlot(com.espertech.esper.schedule.ScheduleSlot scheduleSlot)
Set the scheduleSlot for this Adapter. |
void |
setUsingEngineThread(boolean usingEngineThread)
Set the usingEngineThread value |
void |
setUsingExternalTimer(boolean usingExternalTimer)
Set the usingExternalTimer value |
Methods inherited from interface com.espertech.esper.adapter.Adapter |
---|
destroy, getState, pause, resume, start, stop |
Method Detail |
---|
SendableEvent read() throws com.espertech.esper.client.EPException
com.espertech.esper.client.EPException
- in case of errors creating the eventvoid setUsingEngineThread(boolean usingEngineThread)
usingEngineThread
- - the value to setvoid setUsingExternalTimer(boolean usingExternalTimer)
usingExternalTimer
- - the value to setvoid disallowStateTransitions()
void setScheduleSlot(com.espertech.esper.schedule.ScheduleSlot scheduleSlot)
scheduleSlot
- - the scheduleSlot to setvoid setEPService(com.espertech.esper.client.EPServiceProvider epService)
epService
- - the value to set
|
© 2006-2016 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 |