java.lang.Object
org.xbib.interlibrary.api.action.worker.AbstractWorkerPool<String>
org.xbib.interlibrary.catalog.oracle.aleph.AlephSysDumperWorkerPool
Alle implementierten Schnittstellen:
Closeable, AutoCloseable, Iterable<org.xbib.interlibrary.api.action.worker.WorkerRequest<String>>, org.xbib.interlibrary.api.action.worker.WorkerPool<String>

public class AlephSysDumperWorkerPool extends org.xbib.interlibrary.api.action.worker.AbstractWorkerPool<String> implements org.xbib.interlibrary.api.action.worker.WorkerPool<String>
  • Konstruktordetails

    • AlephSysDumperWorkerPool

      public AlephSysDumperWorkerPool(org.xbib.settings.Settings settings) throws IOException
      Löst aus:
      IOException
  • Methodendetails

    • up

      public void up() throws IOException
      Löst aus:
      IOException
    • newWorker

      public AlephSysDumperWorkerPool.AlephSysDumperWorker newWorker(String name, int count)
      Angegeben von:
      newWorker in Schnittstelle org.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 Schnittstelle org.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 Schnittstelle org.xbib.interlibrary.api.action.worker.WorkerPool<String>
    • down

      public void down() throws IOException
      Löst aus:
      IOException
    • close

      public void close() throws IOException
      Angegeben von:
      close in Schnittstelle AutoCloseable
      Angegeben von:
      close in Schnittstelle Closeable
      Setzt außer Kraft:
      close in Klasse org.xbib.interlibrary.api.action.worker.AbstractWorkerPool<String>
      Löst aus:
      IOException
    • iterator

      public Iterator<org.xbib.interlibrary.api.action.worker.WorkerRequest<String>> iterator()
      Angegeben von:
      iterator in Schnittstelle Iterable<org.xbib.interlibrary.api.action.worker.WorkerRequest<String>>