com.espertech.esper.core.context.factory
Class StatementAgentInstanceFactoryBase

java.lang.Object
  extended by com.espertech.esper.core.context.factory.StatementAgentInstanceFactoryBase
All Implemented Interfaces:
StatementAgentInstanceFactory
Direct Known Subclasses:
StatementAgentInstanceFactoryCreateVariable, StatementAgentInstanceFactoryCreateWindow, StatementAgentInstanceFactorySelect, StatementAgentInstanceFactoryUpdate

public abstract class StatementAgentInstanceFactoryBase
extends java.lang.Object
implements StatementAgentInstanceFactory


Constructor Summary
StatementAgentInstanceFactoryBase(java.lang.annotation.Annotation[] annotations)
           
 
Method Summary
 StatementAgentInstanceFactoryResult newContext(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
           
protected abstract  StatementAgentInstanceFactoryResult newContextInternal(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.espertech.esper.core.context.factory.StatementAgentInstanceFactory
assignExpressions, unassignExpressions
 

Constructor Detail

StatementAgentInstanceFactoryBase

public StatementAgentInstanceFactoryBase(java.lang.annotation.Annotation[] annotations)
Method Detail

newContextInternal

protected abstract StatementAgentInstanceFactoryResult newContextInternal(AgentInstanceContext agentInstanceContext,
                                                                          boolean isRecoveringResilient)

newContext

public StatementAgentInstanceFactoryResult newContext(AgentInstanceContext agentInstanceContext,
                                                      boolean isRecoveringResilient)
Specified by:
newContext in interface StatementAgentInstanceFactory

© 2006-2016 EsperTech Inc.
All rights reserved.
Visit us at espertech.com