|
||||||||||
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,
int viewNum,
java.lang.String namespaceName,
java.lang.String viewName)
Ctor. |
Method Summary | |
---|---|
EPStatementHandle |
getEpStatementHandle()
Returns the statement's resource locks. |
EventAdapterService |
getEventAdapterService()
Returns service for generating events and handling event types. |
StatementExtensionSvcContext |
getExtensionServicesContext()
Returns extension svc. |
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. |
java.lang.String |
getStatementId()
Returns the statement id. |
byte[] |
getStatementIdBytes()
|
int |
getStreamNum()
Returns the stream number. |
java.lang.String |
getViewName()
Returns the view name. |
int |
getViewNum()
Returns the view number |
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, int viewNum, java.lang.String namespaceName, java.lang.String viewName)
statementContext
- is the statement-level servicesstreamNum
- is the stream number from zero to NviewNum
- is the view 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 getExtensionServicesContext()
public java.lang.String getStatementId()
public byte[] getStatementIdBytes()
public int getStreamNum()
public int getViewNum()
public java.lang.String getNamespaceName()
public java.lang.String getViewName()
public StatementContext getStatementContext()
public java.lang.String toString()
toString
in class java.lang.Object
|
© 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 |