Package org.dspace.harvest
Class HarvestThread
java.lang.Object
java.lang.Thread
org.dspace.harvest.HarvestThread
- All Implemented Interfaces:
Runnable
A harvester thread used to execute a single harvest cycle on a collection
- Author:
- alexey
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected UUIDprotected CollectionServiceprotected HarvestedCollectionServiceFields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Thread
activeCount, checkAccess, clone, countStackFrames, currentThread, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, onSpinWait, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
Field Details
-
collectionId
-
collectionService
-
harvestedCollectionService
-
-
Constructor Details
-
HarvestThread
- Throws:
SQLException
-
-
Method Details