public abstract class StatementAgentInstanceFactoryBase extends Object implements StatementAgentInstanceFactory
Constructor and Description |
---|
StatementAgentInstanceFactoryBase(Annotation[] annotations) |
Modifier and Type | Method and Description |
---|---|
StatementAgentInstanceFactoryResult |
newContext(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
protected abstract StatementAgentInstanceFactoryResult |
newContextInternal(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
assignExpressions, unassignExpressions
public StatementAgentInstanceFactoryBase(Annotation[] annotations)
protected abstract StatementAgentInstanceFactoryResult newContextInternal(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
public StatementAgentInstanceFactoryResult newContext(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
newContext
in interface StatementAgentInstanceFactory