org.identityconnectors.framework.server.impl
Class CCLWatchThread

java.lang.Object
  extended by java.lang.Thread
      extended by org.identityconnectors.framework.server.impl.CCLWatchThread
All Implemented Interfaces:
Runnable

public class CCLWatchThread
extends Thread

A thread that logs errors when its context class loader becomes null. This is an attempt to provide more information to issue 604.


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
CCLWatchThread(String name)
           
CCLWatchThread(ThreadGroup group, Runnable target, String name, long stackSize)
           
 
Method Summary
 void setContextClassLoader(ClassLoader cl)
           
 
Methods inherited from class java.lang.Thread
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, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CCLWatchThread

public CCLWatchThread(String name)

CCLWatchThread

public CCLWatchThread(ThreadGroup group,
                      Runnable target,
                      String name,
                      long stackSize)
Method Detail

setContextClassLoader

public void setContextClassLoader(ClassLoader cl)
Overrides:
setContextClassLoader in class Thread


Copyright © 2011. All Rights Reserved.