org.italiangrid.voms.store.impl
public class VOMSThread extends Thread
Thread.UncaughtExceptionHandler
which logs the caught exception.Thread.State, Thread.UncaughtExceptionHandler
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
Constructor and Description |
---|
VOMSThread(Runnable target,
String name,
Thread.UncaughtExceptionHandler handler)
Default constructor.
|
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, run, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public VOMSThread(Runnable target, String name, Thread.UncaughtExceptionHandler handler)
target
- the object whose run
method is called.name
- the name of the new thread.Copyright © 2014. All rights reserved.