Uses of Interface
org.specrunner.pipeline.IChannel

Packages that use IChannel
org.specrunner   
org.specrunner.context.core   
org.specrunner.core.pipes   
org.specrunner.core.pipes.plugin   
org.specrunner.core.pipes.shutdown   
org.specrunner.pipeline   
org.specrunner.pipeline.core   
 

Uses of IChannel in org.specrunner
 

Methods in org.specrunner with parameters of type IChannel
static SRServices SRServices.ShutDown.recover(IChannel channel)
          Return the services instance bound on channel.
 

Uses of IChannel in org.specrunner.context.core
 

Fields in org.specrunner.context.core declared as IChannel
protected  IChannel ContextImpl.channel
          The context channel.
 

Uses of IChannel in org.specrunner.core.pipes
 

Methods in org.specrunner.core.pipes that return IChannel
static IChannel PipeAnnotator.bind(IChannel channel, IAnnotator obj)
          Bind the object to the channel.
static IChannel PipeConfiguration.bind(IChannel channel, IConfiguration obj)
          Bind the object to the channel.
static IChannel PipeContext.bind(IChannel channel, IContext obj)
          Bind the object to the channel.
static IChannel PipeReporter.bind(IChannel channel, IReporter obj)
          Bind the object to the channel.
static IChannel PipeRunner.bind(IChannel channel, IRunner obj)
          Bind the object to the channel.
static IChannel PipeDumper.bind(IChannel channel, ISourceDumper obj)
          Bind the object to the channel.
static IChannel PipeInput.bind(IChannel channel, String obj)
          Bind the object to the channel.
 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 PipePopulator.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.
 

Methods in org.specrunner.core.pipes with parameters of type IChannel
static IChannel PipeAnnotator.bind(IChannel channel, IAnnotator obj)
          Bind the object to the channel.
static IChannel PipeConfiguration.bind(IChannel channel, IConfiguration obj)
          Bind the object to the channel.
static IChannel PipeContext.bind(IChannel channel, IContext obj)
          Bind the object to the channel.
static IChannel PipeReporter.bind(IChannel channel, IReporter obj)
          Bind the object to the channel.
static void PipeResult.bind(IChannel channel, IResultSet result)
          Bind the result set to the channel.
static IChannel PipeRunner.bind(IChannel channel, IRunner obj)
          Bind the object to the channel.
static void PipeSource.bind(IChannel channel, ISource source)
          Bind a source to the channel.
static IChannel PipeDumper.bind(IChannel channel, ISourceDumper obj)
          Bind the object to the channel.
static IChannel PipeInput.bind(IChannel channel, String obj)
          Bind the object to the channel.
 boolean PipeTransformSource.check(IChannel channel)
           
 boolean PipeSource.check(IChannel channel)
           
 boolean PipeRunner.check(IChannel channel)
           
 boolean PipeRun.check(IChannel channel)
           
 boolean PipeResult.check(IChannel channel)
           
 boolean PipeReporter.check(IChannel channel)
           
 boolean PipeReport.check(IChannel channel)
           
 boolean PipePopulator.check(IChannel channel)
           
 boolean PipeModel.check(IChannel channel)
           
 boolean PipeMetavariables.check(IChannel channel)
           
 boolean PipeListenerManager.check(IChannel channel)
           
 boolean PipeFeatureManager.check(IChannel channel)
           
 boolean PipeDumper.check(IChannel channel)
           
 boolean PipeDump.check(IChannel channel)
           
 boolean PipeContext.check(IChannel channel)
           
 boolean PipeAnnotator.check(IChannel channel)
           
 boolean PipeAnnotate.check(IChannel channel)
           
 boolean AbstractPipeModel.check(IChannel channel)
           
protected  Map<String,Object> PipeModel.create(IChannel channel)
          Creates the default model.
static Long PipeTimestamp.lookup(IChannel channel)
          Recover time stamp from channel.
static Long PipeTime.lookup(IChannel channel)
          Recover the time information from channel.
static ISource PipeSource.lookup(IChannel channel)
          Recover the source from channel.
static IRunner PipeRunner.lookup(IChannel channel)
          Recover a runner from channel.
static IResultSet PipeResult.lookup(IChannel channel)
          Recover the result set from channel.
static IReporter PipeReporter.lookup(IChannel channel)
          Recover the reporter from channel.
static IListenerManager PipeListenerManager.lookup(IChannel channel)
          Get the manager from channel.
static String PipeInput.lookup(IChannel channel)
          Get the input from channel.
static IFeatureManager PipeFeatureManager.lookup(IChannel channel)
          Recover the manager from channel.
static ISourceDumper PipeDumper.lookup(IChannel channel)
          Recover a dumper from channel.
static IContext PipeContext.lookup(IChannel channel)
          Recover a context from channel.
static IConfiguration PipeConfiguration.lookup(IChannel channel)
          Get the configuration from channel.
static IAnnotator PipeAnnotator.lookup(IChannel channel)
          Look for the object into the channel.
static Long PipeMemory.lookupFree(IChannel channel)
          Get the free memory information.
static Long PipeMemory.lookupMax(IChannel channel)
          Get the max memory information.
static Long PipeMemory.lookupTotal(IChannel channel)
          Get the total memory information.
 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 PipePopulator.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.
static Map<String,Object> PipeModel.recover(IChannel channel)
          Recover the model from channel.
 

Uses of IChannel in org.specrunner.core.pipes.plugin
 

Methods in org.specrunner.core.pipes.plugin that return IChannel
static IChannel PipePlugin.bind(IChannel channel, IPlugin obj)
          Bind the object to the channel.
 IChannel PipeShortDump.process(IChannel channel)
           
 IChannel PipeRun.process(IChannel channel)
           
 

Methods in org.specrunner.core.pipes.plugin with parameters of type IChannel
static IChannel PipePlugin.bind(IChannel channel, IPlugin obj)
          Bind the object to the channel.
 boolean PipeRun.check(IChannel channel)
           
static IPlugin PipePlugin.lookup(IChannel channel)
          Recover plugin from channel.
 IChannel PipeShortDump.process(IChannel channel)
           
 IChannel PipeRun.process(IChannel channel)
           
 

Uses of IChannel in org.specrunner.core.pipes.shutdown
 

Methods in org.specrunner.core.pipes.shutdown that return IChannel
 IChannel PipeReusable.process(IChannel channel)
           
 IChannel PipeResume.process(IChannel channel)
           
 

Methods in org.specrunner.core.pipes.shutdown with parameters of type IChannel
 boolean PipeReusable.check(IChannel channel)
           
 boolean PipeResume.check(IChannel channel)
           
 IChannel PipeReusable.process(IChannel channel)
           
 IChannel PipeResume.process(IChannel channel)
           
 

Uses of IChannel in org.specrunner.pipeline
 

Methods in org.specrunner.pipeline that return IChannel
 IChannel IChannel.add(String key, Object value)
          Add data to the channel.
 IChannel IChannelFactory.newChannel()
          Creates a new channel.
 IChannel IChannelFactory.newChannel(Map<String,Object> load)
          Creates a new channel.
 IChannel IPipe.process(IChannel channel)
          Perform some transformation over the channel.
 

Methods in org.specrunner.pipeline with parameters of type IChannel
 boolean IPipe.check(IChannel channel)
          Check if a pipe must perform something on channel.
 void ProfilerPipeListener.onAfterCheck(IChannel channel, IPipe source)
           
 void IPipeListener.onAfterCheck(IChannel channel, IPipe source)
          Perform something after checking.
 void ProfilerPipeListener.onAfterProcess(IChannel channel, IPipe source)
           
 void IPipeListener.onAfterProcess(IChannel channel, IPipe source)
          Perform something after processing.
 void ProfilerPipeListener.onBeforeCheck(IChannel channel, IPipe source)
           
 void IPipeListener.onBeforeCheck(IChannel channel, IPipe source)
          Perform something before checking.
 void ProfilerPipeListener.onBeforeProcess(IChannel channel, IPipe source)
           
 void IPipeListener.onBeforeProcess(IChannel channel, IPipe source)
          Perform something before processing.
 IChannel IPipe.process(IChannel channel)
          Perform some transformation over the channel.
 

Uses of IChannel in org.specrunner.pipeline.core
 

Classes in org.specrunner.pipeline.core that implement IChannel
 class ChannelImpl
          Default implementation of a channel.
 

Methods in org.specrunner.pipeline.core that return IChannel
 IChannel ChannelImpl.add(String key, Object value)
           
 IChannel ChannelFactoryImpl.newChannel()
           
 IChannel ChannelFactoryImpl.newChannel(Map<String,Object> load)
           
 IChannel PipelineImpl.process(IChannel channel)
           
 

Methods in org.specrunner.pipeline.core with parameters of type IChannel
 boolean PipelineImpl.check(IChannel channel)
           
protected  void PipelineImpl.fireAfterCheck(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireAfterPerform(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireBeforeCheck(IChannel channel, IPipe source)
          Fire event on channel.
protected  void PipelineImpl.fireBeforePerform(IChannel channel, IPipe source)
          Fire event on channel.
 IChannel PipelineImpl.process(IChannel channel)
           
 



Copyright © 2014. All rights reserved.