|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
com.evolveum.midpoint.task.impl.TaskScanner
public class TaskScanner
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
TaskScanner()
|
Method Summary | |
---|---|
void |
disable()
|
void |
enable()
|
RepositoryService |
getRepositoryService()
|
TaskManagerImpl |
getTaskManagerImpl()
|
void |
run()
|
void |
scan()
Make the scanner scan tasks now, if possible. |
void |
setRepositoryService(RepositoryService repositoryService)
|
void |
setTaskManagerImpl(TaskManagerImpl taskManagerImpl)
|
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 |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TaskScanner()
Method Detail |
---|
public RepositoryService getRepositoryService()
public void setRepositoryService(RepositoryService repositoryService)
repositoryService
- the repositoryService to setpublic TaskManagerImpl getTaskManagerImpl()
public void setTaskManagerImpl(TaskManagerImpl taskManagerImpl)
taskManagerImpl
- the taskManagerImpl to setpublic void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
public void scan()
public void disable()
public void enable()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |