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 HashedTimingWheel.threadDecorator
           
protected  ThreadDecorator DefaultThreadFactory.threadDecorator
           
protected  ThreadDecorator TimeScheduler2.threadDecorator
           
 

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

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



Copyright © 1998-2009 Bela Ban / Red Hat. All Rights Reserved.