|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.search.lucene.index.access.SynchronizedAbstractExecutor<InitObject,ReturnedType>
InitObject - class of initialized object.ReturnedType - class of returned type.public abstract class SynchronizedAbstractExecutor<InitObject,ReturnedType>
The Class SynchronizedExecutor.
| Constructor Summary | |
|---|---|
SynchronizedAbstractExecutor(java.lang.Object monitored)
Instantiates a new synchronized executor. |
|
| Method Summary | |
|---|---|
protected abstract void |
close(InitObject object)
Close. |
ReturnedType |
execute(ISynchronizedCondition<InitObject> condition,
ISynchronizedOperation<InitObject,ReturnedType> operation)
Execute. |
abstract ReturnedType |
execute(ISynchronizedOperation<InitObject,ReturnedType> operation)
Execute. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SynchronizedAbstractExecutor(java.lang.Object monitored)
monitored - the monitored| Method Detail |
|---|
public ReturnedType execute(ISynchronizedCondition<InitObject> condition,
ISynchronizedOperation<InitObject,ReturnedType> operation)
throws IndexException
condition - the conditionoperation - the operation
IndexException - the index exception
protected abstract void close(InitObject object)
throws IndexException
object - the object
IndexException - the index exception
public abstract ReturnedType execute(ISynchronizedOperation<InitObject,ReturnedType> operation)
throws IndexException
operation - the operation
IndexException - the index exception
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||