Uses of Interface
com.endeca.cas.extension.PipelineComponentRuntimeContext

Packages that use PipelineComponentRuntimeContext
com.endeca.cas.extension Provides a framework for creating CAS extensions. 
 

Uses of PipelineComponentRuntimeContext in com.endeca.cas.extension
 

Methods in com.endeca.cas.extension that return PipelineComponentRuntimeContext
protected  PipelineComponentRuntimeContext PipelineComponentRuntime.getContext()
          Returns the PipelineComponentRuntimeContext of this runtime.
 

Methods in com.endeca.cas.extension with parameters of type PipelineComponentRuntimeContext
abstract  R DataSource.createDataSourceRuntime(C configuration, PipelineComponentRuntimeContext context)
          Creates a runtime instance of this extension.
abstract  R Manipulator.createManipulatorRuntime(C configuration, PipelineComponentRuntimeContext context)
          Creates a new runtime instance of this manipulator.
 

Constructors in com.endeca.cas.extension with parameters of type PipelineComponentRuntimeContext
DataSourceRuntime(PipelineComponentRuntimeContext context)
           
ManipulatorRuntime(PipelineComponentRuntimeContext context)
           
PipelineComponentRuntime(PipelineComponentRuntimeContext context)
           
 



Copyright © 2007, 2012, Oracle and/or its affiliates. All rights reserved.