Thread.State, Thread.UncaughtExceptionHandlerMAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY| Constructor and Description |
|---|
AnnouncementCleanupThread()
Constructor for AnnouncementCleanupThread.
|
| Modifier and Type | Method and Description |
|---|---|
void |
run() |
void |
setCheckInterval(int checkInterval)
Setter for the field
checkInterval. |
void |
setExpireThreshold(int expireThreshold)
Setter for the field
expireThreshold. |
void |
setHourToCheck(int hourToCheck)
Setter for the field
hourToCheck. |
void |
setMaxCheckIntervalMillis(long maxCheckIntervalMillis)
Setter for the field
maxCheckIntervalMillis. |
void |
setMinuteToCheck(int minuteToCheck)
Setter for the field
minuteToCheck. |
void |
stopThread()
stopThread.
|
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, yieldpublic AnnouncementCleanupThread()
Constructor for AnnouncementCleanupThread.
public void stopThread()
stopThread.
public void setCheckInterval(int checkInterval)
Setter for the field checkInterval.
checkInterval - a int.public void setHourToCheck(int hourToCheck)
Setter for the field hourToCheck.
hourToCheck - a int.public void setMinuteToCheck(int minuteToCheck)
Setter for the field minuteToCheck.
minuteToCheck - a int.public void setMaxCheckIntervalMillis(long maxCheckIntervalMillis)
Setter for the field maxCheckIntervalMillis.
maxCheckIntervalMillis - a long.public void setExpireThreshold(int expireThreshold)
Setter for the field expireThreshold.
expireThreshold - a int.Copyright © 2019 Jasig, Inc.. All rights reserved.