org.apache.blur.concurrent
Class ThreadWatcher

java.lang.Object
  extended by org.apache.blur.concurrent.ThreadWatcher

public class ThreadWatcher
extends Object


Nested Class Summary
static class ThreadWatcher.ThreadWatcherExecutorService
           
 
Method Summary
 void close()
           
 void init()
           
static ThreadWatcher instance()
           
 void release(Thread thread)
           
 java.util.concurrent.ExecutorService watch(java.util.concurrent.ExecutorService executorService)
           
 void watch(Thread thread)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

watch

public void watch(Thread thread)

release

public void release(Thread thread)

watch

public java.util.concurrent.ExecutorService watch(java.util.concurrent.ExecutorService executorService)

init

public void init()

close

public void close()

instance

public static ThreadWatcher instance()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.