|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.esper.pattern.PatternContext
public final class PatternContext
Contains handles to implementations of services needed by evaluation nodes.
Constructor Summary | |
---|---|
PatternContext(FilterService filterService,
SchedulingService schedulingService)
Constructor. |
Method Summary | |
---|---|
FilterService |
getFilterService()
Returns service to use for filter evaluation. |
SchedulingService |
getSchedulingService()
Returns service to use for schedule evaluation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternContext(FilterService filterService, SchedulingService schedulingService)
filterService
- implementation for filtering serviceschedulingService
- implementation for schedule evaluationMethod Detail |
---|
public final FilterService getFilterService()
public final SchedulingService getSchedulingService()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |