Uses of Interface
org.jgroups.util.ThreadDecorator
-
Packages that use ThreadDecorator Package Description 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 Modifier and Type Field Description protected ThreadDecoratorDefaultThreadFactory. threadDecoratorMethods in org.jgroups.util that return ThreadDecorator Modifier and Type Method Description ThreadDecoratorDefaultThreadFactory. getThreadDecorator()ThreadDecoratorThreadManager. getThreadDecorator()Gets the ThreadDecorator associated with this manager.ThreadDecoratorThreadManagerThreadPoolExecutor. getThreadDecorator()ThreadDecoratorTimeScheduler. getThreadDecorator()Methods in org.jgroups.util with parameters of type ThreadDecorator Modifier and Type Method Description voidDefaultThreadFactory. setThreadDecorator(ThreadDecorator threadDecorator)voidThreadManager. setThreadDecorator(ThreadDecorator decorator)Sets the ThreadDecorator associated this manager should use.voidThreadManagerThreadPoolExecutor. setThreadDecorator(ThreadDecorator decorator)voidTimeScheduler. setThreadDecorator(ThreadDecorator threadDecorator)
-