Klasse AlephPublishingConsumerPool.AlephConnectorWorker
java.lang.Object
org.xbib.interlibrary.catalog.oracle.aleph.AlephPublishingConsumerPool.AlephConnectorWorker
- Alle implementierten Schnittstellen:
AutoCloseable
,org.xbib.interlibrary.api.action.worker.Worker<String>
- Umschließende Klasse:
AlephPublishingConsumerPool
public static class AlephPublishingConsumerPool.AlephConnectorWorker
extends Object
implements org.xbib.interlibrary.api.action.worker.Worker<String>, AutoCloseable
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungAlephConnectorWorker
(org.xbib.settings.Settings settings, AlephPublishingConsumerPool alephPublishingConsumerPool) -
Methodenübersicht
-
Konstruktordetails
-
AlephConnectorWorker
public AlephConnectorWorker(org.xbib.settings.Settings settings, AlephPublishingConsumerPool alephPublishingConsumerPool)
-
-
Methodendetails
-
execute
public void execute(org.xbib.interlibrary.api.action.worker.WorkerRequest<String> workerRequest) throws IOException - Angegeben von:
execute
in Schnittstelleorg.xbib.interlibrary.api.action.worker.Worker<String>
- Löst aus:
IOException
-
close
public void close()- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in Schnittstelleorg.xbib.interlibrary.api.action.worker.Worker<String>
-