|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.shibboleth.metadata.pipeline.PipelineCallable
public class PipelineCallable
A Callable that executes a Pipeline and returns the given item collection.
| Field Summary | |
|---|---|
private Collection<? extends Item> |
itemCollection
The collection of items upon which the pipeline will operate. |
private Logger |
log
Class logger. |
private Pipeline |
pipeline
The pipeline to be executed, never null. |
| Constructor Summary | |
|---|---|
PipelineCallable(Pipeline invokedPipeline,
Collection<? extends Item> items)
Constructor. |
|
| Method Summary | |
|---|---|
Collection<? extends Item> |
call()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private final Logger log
private Pipeline pipeline
private Collection<? extends Item> itemCollection
| Constructor Detail |
|---|
public PipelineCallable(@Nonnull
Pipeline invokedPipeline,
@Nonnull@NonnullElements
Collection<? extends Item> items)
invokedPipeline - the pipeline that will be invoked; must be initialized; can not be nullitems - the collection of items upon which the pipeline will operate, can not be null| Method Detail |
|---|
@Nonnull @NonnullElements public Collection<? extends Item> call()
call in interface Callable<Collection<? extends Item>>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||