|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.pattern.PatternContext
public class PatternContext
Contains handles to implementations of services needed by evaluation nodes.
Constructor Summary | |
---|---|
PatternContext(StatementContext statementContext,
int streamNumber,
MatchedEventMapMeta matchedEventMapMeta,
boolean isResilient)
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getEngineURI()
Returns the engine URI. |
EPStatementHandle |
getEpStatementHandle()
Returns the statement's resource handle for locking. |
EventAdapterService |
getEventAdapterService()
Returns teh service providing event adaptering or wrapping. |
ExceptionHandlingService |
getExceptionHandlingService()
|
StatementExtensionSvcContext |
getExtensionServicesContext()
Returns extension services context for statement (statement-specific). |
FilterService |
getFilterService()
Returns service to use for filter evaluation. |
MatchedEventMapMeta |
getMatchedEventMapMeta()
|
ScheduleBucket |
getScheduleBucket()
Returns the schedule bucket for ordering schedule callbacks within this pattern. |
SchedulingService |
getSchedulingService()
Returns service to use for schedule evaluation. |
StatementContext |
getStatementContext()
|
java.lang.String |
getStatementId()
Returns the statement id. |
java.lang.String |
getStatementName()
Returns the statement name. |
int |
getStreamNumber()
Returns the stream number. |
TimeProvider |
getTimeProvider()
|
VariableService |
getVariableService()
Returns the variable service. |
boolean |
isResilient()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PatternContext(StatementContext statementContext, int streamNumber, MatchedEventMapMeta matchedEventMapMeta, boolean isResilient)
statementContext
- is the statement contextstreamNumber
- is the stream numberMethod Detail |
---|
public final FilterService getFilterService()
public final SchedulingService getSchedulingService()
public ScheduleBucket getScheduleBucket()
public EventAdapterService getEventAdapterService()
public EPStatementHandle getEpStatementHandle()
public java.lang.String getStatementId()
public java.lang.String getStatementName()
public int getStreamNumber()
public java.lang.String getEngineURI()
public StatementExtensionSvcContext getExtensionServicesContext()
public VariableService getVariableService()
public TimeProvider getTimeProvider()
public ExceptionHandlingService getExceptionHandlingService()
public StatementContext getStatementContext()
public MatchedEventMapMeta getMatchedEventMapMeta()
public boolean isResilient()
|
© 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 |