public class SupportStatementContextFactory extends Object
Constructor and Description |
---|
SupportStatementContextFactory() |
Modifier and Type | Method and Description |
---|---|
static AgentInstanceContext |
makeAgentInstanceContext() |
static AgentInstanceContext |
makeAgentInstanceContext(SchedulingService stub) |
static AgentInstanceViewFactoryChainContext |
makeAgentInstanceViewFactoryContext() |
static AgentInstanceViewFactoryChainContext |
makeAgentInstanceViewFactoryContext(SchedulingService stub) |
static StatementContext |
makeContext() |
static StatementContext |
makeContext(int statementId) |
static StatementContext |
makeContext(int statementId,
SchedulingService stub) |
static StatementContext |
makeContext(SchedulingService stub) |
static ExprEvaluatorContext |
makeEvaluatorContext() |
static ViewFactoryContext |
makeViewContext() |
public static ExprEvaluatorContext makeEvaluatorContext()
public static AgentInstanceContext makeAgentInstanceContext(SchedulingService stub)
public static AgentInstanceContext makeAgentInstanceContext()
public static AgentInstanceViewFactoryChainContext makeAgentInstanceViewFactoryContext(SchedulingService stub)
public static AgentInstanceViewFactoryChainContext makeAgentInstanceViewFactoryContext()
public static ViewFactoryContext makeViewContext()
public static StatementContext makeContext()
public static StatementContext makeContext(int statementId)
public static StatementContext makeContext(SchedulingService stub)
public static StatementContext makeContext(int statementId, SchedulingService stub)