Class UpkeepThread
- java.lang.Object
-
- java.lang.Thread
-
- edu.uiuc.ncsa.security.core.cache.MyThread
-
- org.oa4mp.delegation.server.storage.upkeep.UpkeepThread
-
- All Implemented Interfaces:
Runnable
public class UpkeepThread extends edu.uiuc.ncsa.security.core.cache.MyThread
Created by Jeff Gaynor
on 5/10/23 at 11:41 AM
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
-
-
Field Summary
-
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description UpkeepThread(String name, edu.uiuc.ncsa.security.core.util.AbstractEnvironment environment, edu.uiuc.ncsa.security.storage.MonitoredStoreInterface store)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepConfiguration
getCfg()
edu.uiuc.ncsa.security.core.util.AbstractEnvironment
getEnvironment()
protected void
init()
boolean
isStopThread()
void
run()
void
setEnvironment(edu.uiuc.ncsa.security.core.util.AbstractEnvironment environment)
void
setStopThread(boolean stopThread)
-
Methods inherited from class edu.uiuc.ncsa.security.core.cache.MyThread
debug, debug, getAlarms, getCleanupInterval, getNextSleepInterval, info, isTestMode, setAlarms, setCleanupInterval, setTestMode, warn
-
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
-
-
-
-
Constructor Detail
-
UpkeepThread
public UpkeepThread(String name, edu.uiuc.ncsa.security.core.util.AbstractEnvironment environment, edu.uiuc.ncsa.security.storage.MonitoredStoreInterface store)
-
-
Method Detail
-
getEnvironment
public edu.uiuc.ncsa.security.core.util.AbstractEnvironment getEnvironment()
-
setEnvironment
public void setEnvironment(edu.uiuc.ncsa.security.core.util.AbstractEnvironment environment)
-
init
protected void init()
-
isStopThread
public boolean isStopThread()
- Overrides:
isStopThread
in classedu.uiuc.ncsa.security.core.cache.MyThread
-
setStopThread
public void setStopThread(boolean stopThread)
- Overrides:
setStopThread
in classedu.uiuc.ncsa.security.core.cache.MyThread
-
getCfg
protected edu.uiuc.ncsa.security.storage.monitored.upkeep.UpkeepConfiguration getCfg()
-
-