public class StatementAgentInstanceFactoryCreateDataflow extends Object implements StatementAgentInstanceFactory, StatementReadyCallback
Constructor and Description |
---|
StatementAgentInstanceFactoryCreateDataflow() |
Modifier and Type | Method and Description |
---|---|
AIRegistryRequirements |
getRegistryRequirements() |
EventType |
getStatementEventType() |
StatementAgentInstanceFactoryResult |
newContext(AgentInstanceContext agentInstanceContext,
boolean isRecoveringResilient) |
StatementAgentInstanceLock |
obtainAgentInstanceLock(StatementContext statementContext,
int agentInstanceId) |
void |
ready(StatementContext statementContext,
ModuleIncidentals moduleIncidentals,
boolean recovery) |
void |
setDataflow(DataflowDesc dataflow) |
void |
setEventType(EventType eventType) |
void |
statementCreate(StatementContext statementContext) |
void |
statementDestroy(StatementContext statementContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
statementDestroyPreconditions
public StatementAgentInstanceFactoryCreateDataflow()
public void setEventType(EventType eventType)
public void setDataflow(DataflowDesc dataflow)
public void ready(StatementContext statementContext, ModuleIncidentals moduleIncidentals, boolean recovery)
ready
in interface StatementReadyCallback
public void statementCreate(StatementContext statementContext)
statementCreate
in interface StatementAgentInstanceFactory
public void statementDestroy(StatementContext statementContext)
statementDestroy
in interface StatementAgentInstanceFactory
public StatementAgentInstanceFactoryResult newContext(AgentInstanceContext agentInstanceContext, boolean isRecoveringResilient)
newContext
in interface StatementAgentInstanceFactory
public AIRegistryRequirements getRegistryRequirements()
getRegistryRequirements
in interface StatementAgentInstanceFactory
public EventType getStatementEventType()
getStatementEventType
in interface StatementAgentInstanceFactory
public StatementAgentInstanceLock obtainAgentInstanceLock(StatementContext statementContext, int agentInstanceId)
obtainAgentInstanceLock
in interface StatementAgentInstanceFactory
Copyright © 2005–2020. All rights reserved.