| Modifier and Type | Method and Description |
|---|---|
static SRServices |
SRServices.ShutDown.recover(IChannel channel)
Return the services instance bound on channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IPipeline |
SpecRunnerPipelineUtils.getPipeline(SRServices services,
IConfiguration configuration,
String defaultFile)
Get a pipeline from a configuration file.
|
static IPipeline |
SpecRunnerPipelineUtils.getPipeline(SRServices service,
String file)
Get pipeline by fixed file name.
|
| Modifier and Type | Method and Description |
|---|---|
IChannel |
PipeTransformSource.process(IChannel channel) |
IChannel |
PipeSource.process(IChannel channel) |
IChannel |
PipeRunner.process(IChannel channel) |
IChannel |
PipeRun.process(IChannel channel) |
IChannel |
PipeResult.process(IChannel channel) |
IChannel |
PipeReporter.process(IChannel channel) |
IChannel |
PipeReport.process(IChannel channel) |
IChannel |
PipeModel.process(IChannel channel) |
IChannel |
PipeMetavariables.process(IChannel channel) |
IChannel |
PipeListenerManager.process(IChannel channel) |
IChannel |
PipeFeatureManager.process(IChannel channel) |
IChannel |
PipeDumper.process(IChannel channel) |
IChannel |
PipeDump.process(IChannel channel) |
IChannel |
PipeContext.process(IChannel channel) |
IChannel |
PipeAnnotator.process(IChannel channel) |
IChannel |
PipeAnnotate.process(IChannel channel) |
IChannel |
AbstractPipeModel.process(IChannel channel) |
IChannel |
PipeTimestamp.process(IChannel channel,
Map<String,Object> model) |
IChannel |
PipeTime.process(IChannel channel,
Map<String,Object> model) |
IChannel |
PipeMemory.process(IChannel channel,
Map<String,Object> model) |
abstract IChannel |
AbstractPipeModel.process(IChannel channel,
Map<String,Object> model)
Process the channel with the model already recovered.
|
| Modifier and Type | Method and Description |
|---|---|
IChannel |
PipeShortDump.process(IChannel channel) |
IChannel |
PipeRun.process(IChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
IChannel |
PipeReusable.process(IChannel channel) |
IChannel |
PipeResume.process(IChannel channel) |
| Modifier and Type | Class and Description |
|---|---|
class |
InvalidTypeException |
class |
NotFoundException |
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
IPipelineFactory.newPipeline(SRServices services,
IPipe... pipes)
A new pipeline.
|
IPipeline |
IPipelineFactory.newPipeline(SRServices services,
Object source)
A new pipeline from source object.
|
IChannel |
IPipe.process(IChannel channel)
Perform some transformation over the channel.
|
| Modifier and Type | Method and Description |
|---|---|
IPipeline |
PipelineFactoryXOM.newPipeline(SRServices services,
Object source) |
IPipeline |
PipelineFactoryImpl.newPipeline(SRServices services,
Object source) |
IPipeline |
PipelineFactoryCustom.newPipeline(SRServices services,
Object source) |
IChannel |
PipelineImpl.process(IChannel channel) |
Copyright © 2016. All rights reserved.