MATES 3.0-rc2

org.mates.util
Interface Processor

All Known Implementing Classes:
BatchProcessor, BatchProcessor.BatchProcessorThread, Topology

public interface Processor

Interface for any class capable of processing parallelized requests from a BatchProcessor. The implementation of process(Bundle) should be thread-safe.

Author:
Evan Sultanik

Method Summary
 void process(Bundle bundle)
          Processes a bundle of data.
 

Method Detail

process

public void process(Bundle bundle)
Processes a bundle of data. Called automatically from within the threads of a BatchProcessor.


MATES 3.0-rc2

Submit a bug or request a feature
http://mates.sourceforge.net/

Copyright 2004 Evan Sultanik