|
||||||||||
| 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 net.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(net.esper.client.EPServiceProvider epService)
Set the epService |
void |
setScheduleSlot(net.esper.schedule.ScheduleSlot scheduleSlot)
Set the scheduleSlot for this Adapter. |
void |
setUsingEngineThread(boolean usingEngineThread)
Set the usingEngineThread value |
| Methods inherited from interface net.esper.adapter.Adapter |
|---|
destroy, getState, pause, resume, start, stop |
| Method Detail |
|---|
SendableEvent read()
throws net.esper.client.EPException
net.esper.client.EPException - in case of errors creating the eventvoid setUsingEngineThread(boolean usingEngineThread)
usingEngineThread - - the value to setvoid disallowStateTransitions()
void setScheduleSlot(net.esper.schedule.ScheduleSlot scheduleSlot)
scheduleSlot - - the scheduleSlot to setvoid setEPService(net.esper.client.EPServiceProvider epService)
epService - - the value to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||