com.levigo.jadice.document.read.fluent
Interface SyncReadConfigurer

All Superinterfaces:
ReadConfigurer

public interface SyncReadConfigurer
extends ReadConfigurer

A ReadConfigurer which does synchronous execution. All work will be done on the current Thread. Due to the synchronous semantics calls to execute() will be blocking until all work is performed.

IMPORTANT: This interface is used as a public part of the fluent read API. It is not designed to be implemented and must not be implemented by clients.


Method Summary
 void execute()
          Execute this read configuration synchronously on the current thread.
 
Methods inherited from interface com.levigo.jadice.document.read.fluent.ReadConfigurer
add, defaultControls, defaultLayerMapping, defaultLayerMapping, getFirstDocument, getRegisteredDocuments, into, newDocument, newDocument, skip, task, task
 

Method Detail

execute

void execute()
             throws JadiceException,
                    IOException
Execute this read configuration synchronously on the current thread. This method will be blocking until all configured Document are ready and all tasks are done.

Throws:
JadiceException
IOException


Copyright © 1995-2020 levigo holding gmbh. All Rights Reserved.