SMILA (incubation) API documentation

Package org.eclipse.smila.processing

Interface Summary
IPipelet common base interface for SimplePipelets and SearchPipelets (and maybe more in future) to make common tracking possible.
PipeletTracker service interface for tracker of SimplePipelets.
PipeletTrackerListener Interface for listeners of pipelet class change events from SimplePipeletTracker.
ProcessingService Interface of SMILA ProcessingServices (aka "Big Pipelets").
SearchPipelet Interface of search pipelets that can process SearchMessages instead of ProcessorMessages.
SearchProcessingService Interface of search services that can process SearchMessages instead of ProcessorMessages.
SimplePipelet Interface of SimplePipelets.
WorkflowProcessor Interface of WorkflowProcessors.
 

Class Summary
JMSMessageAnnotations Collection of Annotations and named values used for JMS message properties.
PipeletTrackerImpl Implementation of SimplePipeletTracker service.
ProcessorMessage Wrapper for the record ID arrays used in interfaces of SimplePipelet and ProcessingService.
SearchMessage extension of ProcessorMessage for search processing.
 

Exception Summary
ProcessingException Thrown on errors when processing SMILA record.
 


SMILA (incubation) API documentation