Uses of Interface
org.jgroups.util.ThreadDecorator

Packages that use ThreadDecorator
org.jgroups.util Provides useful functionality which cannot be assigned to any particular other package. 
 

Uses of ThreadDecorator in org.jgroups.util
 

Fields in org.jgroups.util declared as ThreadDecorator
protected  ThreadDecorator DefaultThreadFactory.threadDecorator
           
 

Methods in org.jgroups.util that return ThreadDecorator
 ThreadDecorator DefaultThreadFactory.getThreadDecorator()
           
 ThreadDecorator ThreadManagerThreadPoolExecutor.getThreadDecorator()
           
 ThreadDecorator ThreadManager.getThreadDecorator()
          Gets the ThreadDecorator associated with this manager.
 ThreadDecorator TimeScheduler.getThreadDecorator()
           
 

Methods in org.jgroups.util with parameters of type ThreadDecorator
 void DefaultThreadFactory.setThreadDecorator(ThreadDecorator threadDecorator)
           
 void ThreadManagerThreadPoolExecutor.setThreadDecorator(ThreadDecorator decorator)
           
 void ThreadManager.setThreadDecorator(ThreadDecorator decorator)
          Sets the ThreadDecorator associated this manager should use.
 void TimeScheduler.setThreadDecorator(ThreadDecorator threadDecorator)
           
 



Copyright ? 1998-2008 Bela Ban. All Rights Reserved.