org.duraspace.fcrepo.cloudsync.service.backend
Class ListTaskRunner
java.lang.Object
java.lang.Thread
org.duraspace.fcrepo.cloudsync.service.backend.TaskRunner
org.duraspace.fcrepo.cloudsync.service.backend.ListTaskRunner
- All Implemented Interfaces:
- Runnable, ObjectListHandler
public class ListTaskRunner
- extends TaskRunner
- implements ObjectListHandler
| Methods inherited from class java.lang.Thread |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
ListTaskRunner
public ListTaskRunner(Task task,
TaskDao taskDao,
ObjectSetDao objectSetDao,
ObjectStoreDao objectStoreDao,
PrintWriter logWriter,
TaskCompletionListener completionListener,
HttpClientConfig httpClientConfig)
runTask
public void runTask()
throws Exception
- Specified by:
runTask in class TaskRunner
- Throws:
Exception
getRelatedSetIds
public Set<String> getRelatedSetIds()
- Specified by:
getRelatedSetIds in class TaskRunner
getRelatedStoreIds
public Set<String> getRelatedStoreIds()
- Specified by:
getRelatedStoreIds in class TaskRunner
handleObject
public boolean handleObject(ObjectInfo info)
- Specified by:
handleObject in interface ObjectListHandler
Copyright © 2012 DuraSpace. All Rights Reserved.