Uses of Interface
org.jgroups.util.ThreadDecorator
Packages that use ThreadDecorator
Package
Description
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 ThreadDecoratorMethods in org.jgroups.util that return ThreadDecoratorModifier and TypeMethodDescriptionDefaultThreadFactory.getThreadDecorator()ThreadManager.getThreadDecorator()Gets the ThreadDecorator associated with this manager.ThreadManagerThreadPoolExecutor.getThreadDecorator()TimeScheduler.getThreadDecorator()Methods in org.jgroups.util with parameters of type ThreadDecoratorModifier and TypeMethodDescriptionvoidDefaultThreadFactory.setThreadDecorator(ThreadDecorator threadDecorator) voidThreadManager.setThreadDecorator(ThreadDecorator decorator) Sets the ThreadDecorator associated this manager should use.voidThreadManagerThreadPoolExecutor.setThreadDecorator(ThreadDecorator decorator) voidTimeScheduler.setThreadDecorator(ThreadDecorator threadDecorator)