Klasse AlephPublishingConsumerPool
java.lang.Object
org.xbib.interlibrary.api.action.worker.AbstractWorkerPool<String>
org.xbib.interlibrary.catalog.oracle.aleph.AlephPublishingConsumerPool
- Alle implementierten Schnittstellen:
Closeable
,AutoCloseable
,Iterable<org.xbib.interlibrary.api.action.worker.WorkerRequest<String>>
,org.xbib.interlibrary.api.action.worker.WorkerPool<String>
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Von Klasse geerbte Felder org.xbib.interlibrary.api.action.worker.AbstractWorkerPool
closed
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
afterExecute
(org.xbib.interlibrary.api.action.worker.Worker<String> worker, org.xbib.interlibrary.api.action.worker.WorkerRequest<String> request) void
close()
void
down()
iterator()
org.xbib.interlibrary.api.action.worker.WorkerRequest
<String> newWorkerRequest
(Object input, String origin) void
up()
Von Klasse geerbte Methoden org.xbib.interlibrary.api.action.worker.AbstractWorkerPool
getExceptions, getExecutionCounter, getQueue, getReturnCode, open, setReturnCode, submit
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.lang.Iterable
forEach, spliterator
Von Schnittstelle geerbte Methoden org.xbib.interlibrary.api.action.worker.WorkerPool
getExecutionCounter, getQueue, getReturnCode, open, setReturnCode, submit
-
Konstruktordetails
-
AlephPublishingConsumerPool
- Löst aus:
IOException
-
-
Methodendetails
-
up
- Löst aus:
IOException
-
newWorker
- Angegeben von:
newWorker
in Schnittstelleorg.xbib.interlibrary.api.action.worker.WorkerPool<String>
-
newWorkerRequest
public org.xbib.interlibrary.api.action.worker.WorkerRequest<String> newWorkerRequest(Object input, String origin) - Angegeben von:
newWorkerRequest
in Schnittstelleorg.xbib.interlibrary.api.action.worker.WorkerPool<String>
-
afterExecute
public void afterExecute(org.xbib.interlibrary.api.action.worker.Worker<String> worker, org.xbib.interlibrary.api.action.worker.WorkerRequest<String> request) - Angegeben von:
afterExecute
in Schnittstelleorg.xbib.interlibrary.api.action.worker.WorkerPool<String>
-
down
- Löst aus:
IOException
-
close
public void close()- Angegeben von:
close
in SchnittstelleAutoCloseable
- Angegeben von:
close
in SchnittstelleCloseable
- Setzt außer Kraft:
close
in Klasseorg.xbib.interlibrary.api.action.worker.AbstractWorkerPool<String>
-
iterator
-