| Uses of Class |
| com.newstep.solid.management.runtime.ActiveAgent |
Classes in com.newstep.solid.management.runtime that implement com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public class |
|
ComponentEnvironment.activeAgent |
|
private ActiveAgent |
ComponentEnvironment.activeAgent |
Constructors in com.newstep.solid.management.runtime.component with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public void |
ComponentEnvironment.ComponentEnvironment(Component component, ClassLoader classLoader, ActiveAgent activeAgent, ShutDownThread shutdownThread) |
Methods in com.newstep.solid.management.runtime.component that return com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public ActiveAgent |
ComponentEnvironment.getActiveAgent() |
Methods in com.newstep.solid.management.runtime.component with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public void |
ComponentEnvironment.setActiveAgent(ActiveAgent activeAgent) |
Fields in com.newstep.solid.management.runtime.node declared as com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
private ActiveAgent |
Node.activeAgent |
Constructors in com.newstep.solid.management.runtime.node with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public void |
Node.Node(ActiveAgent agent) |
Methods in com.newstep.solid.management.runtime.node that return com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
protected ActiveAgent |
Node.getActiveAgent() |
Methods in com.newstep.solid.processor with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public abstract Processor |
ProcessorFactory.createProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public abstract MessageProcessor |
ProcessorFactory.createMessageProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public abstract EventProcessor |
ProcessorFactory.createEventProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
Constructors in com.newstep.solid.processor.threepass with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public void |
ThreePassProcessor.ThreePassProcessor(ActiveAgent activeAgent, ThreePassProcessorConfiguration config, HandlerRegistry handlerRegistry) |
Methods in com.newstep.solid.processor.threepass with parameters of type com.newstep.solid.management.runtime.ActiveAgent |
|
|---|---|
public EventProcessor |
ThreePassProcessorFactory.createEventProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public MessageProcessor |
ThreePassProcessorFactory.createMessageProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |
public Processor |
ThreePassProcessorFactory.createProcessor(ActiveAgent activeAgent, ProcessorConfiguration config, HandlerRegistry handlerRegistry) |