org.camunda.bpm.engine.impl.mail
Class MailScanSchedulerThread
java.lang.Object
java.lang.Thread
org.camunda.bpm.engine.impl.mail.MailScanSchedulerThread
- All Implemented Interfaces:
- Runnable
public class MailScanSchedulerThread
- extends Thread
- Author:
- Tom Baeyens
| 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 |
isActive
protected boolean isActive
idleWaitInMillis
protected int idleWaitInMillis
mailScanner
protected MailScanner mailScanner
commandExecutor
protected CommandExecutor commandExecutor
allMailScansCmds
protected Map<String,MailScanCmd> allMailScansCmds
nextMailScanCmds
protected List<MailScanCmd> nextMailScanCmds
MailScanSchedulerThread
public MailScanSchedulerThread(MailScanner mailScanner)
addUser
public void addUser(String userId,
String userPassword)
removeUser
public void removeUser(String userId)
run
public void run()
- Specified by:
run in interface Runnable- Overrides:
run in class Thread
getNextMailScanCmd
protected MailScanCmd getNextMailScanCmd()
shutdown
public void shutdown()
Copyright © 2014 camunda services GmbH. All Rights Reserved.