|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.espertech.esper.view.ViewFactoryContext
public class ViewFactoryContext
Context calss for specific views within a statement. Each view in a statement gets it's own context containing the statement context.
Constructor Summary | |
---|---|
ViewFactoryContext(StatementContext statementContext,
int streamNum,
java.lang.String namespaceName,
java.lang.String viewName,
boolean isSubquery,
int subqueryNumber,
boolean isGrouped)
Ctor. |
Method Summary | |
---|---|
EPStatementHandle |
getEpStatementHandle()
Returns the statement's resource locks. |
EventAdapterService |
getEventAdapterService()
Returns service for generating events and handling event types. |
java.lang.String |
getNamespaceName()
Returns the view namespace name. |
ScheduleBucket |
getScheduleBucket()
Returns the schedule bucket for ordering schedule callbacks within this pattern. |
SchedulingService |
getSchedulingService()
Returns service to use for schedule evaluation. |
StatementContext |
getStatementContext()
Returns the statement context. |
StatementExtensionSvcContext |
getStatementExtensionServicesContext()
Returns extension svc. |
int |
getStatementId()
Returns the statement id. |
int |
getStreamNum()
Returns the stream number. |
int |
getSubqueryNumber()
|
java.lang.String |
getViewName()
Returns the view name. |
boolean |
isGrouped()
|
boolean |
isSubquery()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewFactoryContext(StatementContext statementContext, int streamNum, java.lang.String namespaceName, java.lang.String viewName, boolean isSubquery, int subqueryNumber, boolean isGrouped)
statementContext
- is the statement-level servicesstreamNum
- is the stream number from zero to NnamespaceName
- is the view namespaceviewName
- is the view nameMethod Detail |
---|
public final SchedulingService getSchedulingService()
public EventAdapterService getEventAdapterService()
public ScheduleBucket getScheduleBucket()
public EPStatementHandle getEpStatementHandle()
public StatementExtensionSvcContext getStatementExtensionServicesContext()
public int getStatementId()
public int getStreamNum()
public java.lang.String getNamespaceName()
public java.lang.String getViewName()
public StatementContext getStatementContext()
public boolean isSubquery()
public int getSubqueryNumber()
public boolean isGrouped()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 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 |