Class UUCThread
- java.lang.Object
-
- java.lang.Thread
-
- edu.uiuc.ncsa.security.core.cache.MyThread
-
- org.oa4mp.delegation.server.storage.uuc.UUCThread
-
- All Implemented Interfaces:
Runnable
public class UUCThread 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 UUCThread(String name, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, BaseClientStore clientStore, UUCConfiguration uucConfiguration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isStopThread()
void
run()
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
-
UUCThread
public UUCThread(String name, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, BaseClientStore clientStore, UUCConfiguration uucConfiguration)
-
-