Package com.soffid.iam.bpm.job
Class NotLoggedThread
- java.lang.Object
-
- java.lang.Thread
-
- com.soffid.iam.bpm.job.NotLoggedThread
-
- All Implemented Interfaces:
Runnable
- Direct Known Subclasses:
IndexerThread
,JobExecutorThread
,LockMonitorThread
public class NotLoggedThread extends Thread
-
-
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 NotLoggedThread()
NotLoggedThread(Runnable target)
NotLoggedThread(Runnable target, String name)
NotLoggedThread(String name)
NotLoggedThread(ThreadGroup group, Runnable target)
NotLoggedThread(ThreadGroup group, Runnable target, String name)
NotLoggedThread(ThreadGroup group, Runnable target, String name, long stackSize)
NotLoggedThread(ThreadGroup group, String name)
-
Method Summary
-
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, suspend, toString, yield
-
-
-
-
Constructor Detail
-
NotLoggedThread
public NotLoggedThread()
-
NotLoggedThread
public NotLoggedThread(Runnable target)
- Parameters:
target
-
-
NotLoggedThread
public NotLoggedThread(String name)
- Parameters:
name
-
-
NotLoggedThread
public NotLoggedThread(ThreadGroup group, Runnable target, String name, long stackSize)
- Parameters:
group
-target
-name
-stackSize
-
-
NotLoggedThread
public NotLoggedThread(ThreadGroup group, Runnable target, String name)
- Parameters:
group
-target
-name
-
-
NotLoggedThread
public NotLoggedThread(ThreadGroup group, Runnable target)
- Parameters:
group
-target
-
-
NotLoggedThread
public NotLoggedThread(ThreadGroup group, String name)
- Parameters:
group
-name
-
-
-