|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.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,
String namespaceName,
String viewName)
Ctor. |
Method Summary | |
---|---|
EPStatementHandle |
getEpStatementHandle()
Returns the statement's resource locks. |
EventAdapterService |
getEventAdapterService()
Returns service for generating events and handling event types. |
ExtensionServicesContext |
getExtensionServicesContext()
Returns extension svc. |
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. |
String |
getStatementId()
Returns the statement id. |
StatementStopService |
getStatementStopService()
Returns statement stop svc. |
int |
getStreamNum()
Returns the stream number. |
String |
getViewName()
Returns the view name. |
int |
getViewNum()
Returns the view number |
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, String namespaceName, 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 ExtensionServicesContext getExtensionServicesContext()
public StatementStopService getStatementStopService()
public String getStatementId()
public int getStreamNum()
public int getViewNum()
public String getNamespaceName()
public String getViewName()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |