\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.engines.data.ProcessCallable Class Reference abstract

Detailed Description

A Callable implementation which stores an AspectEngine to be used by the Callable#call() method.

The Callable#call() method is left to be implemented anonymously when using this class.

Inheritance diagram for fiftyone.pipeline.engines.data.ProcessCallable:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.data.ProcessCallable:

[legend]

Public Member Functions

 ProcessCallable (AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine)
Construct a new instance. More...

Public Attributes

final AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData >  engine
The engine which is doing the processing.

Constructor & Destructor Documentation