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 TypeMethodDescriptionvoid
DefaultThreadFactory.setThreadDecorator
(ThreadDecorator threadDecorator) void
ThreadManager.setThreadDecorator
(ThreadDecorator decorator) Sets the ThreadDecorator associated this manager should use.void
ThreadManagerThreadPoolExecutor.setThreadDecorator
(ThreadDecorator decorator) void
TimeScheduler.setThreadDecorator
(ThreadDecorator threadDecorator)