SMILA (incubation) API documentation

org.eclipse.smila.search.lucene.index.access
Interface ISynchronizedOperation<InitObject,ReturnedType>

Type Parameters:
InitObject - class of initialized object.
ReturnedType - class of returned type.
All Known Implementing Classes:
AddDocumentOperation, CountTotalOperation, DeleteDocumentsOperation, DoQueryOperation, ExistsOperation, GetDocumentOperation

public interface ISynchronizedOperation<InitObject,ReturnedType>

The Interface ISynchronizedOperation.


Method Summary
 ReturnedType process(InitObject object)
          Process.
 

Method Detail

process

ReturnedType process(InitObject object)
                     throws IndexException
Process.

Parameters:
object - the object
Returns:
true, if successful
Throws:
IndexException - the index exception

SMILA (incubation) API documentation