Package io.csar

Class ConcernRegistryThreadGroup

All Implemented Interfaces:
Concerned, ConcernRegistry, Thread.UncaughtExceptionHandler

public class ConcernRegistryThreadGroup extends DecoratedConcernedThreadGroup implements ConcernRegistry
A thread group that allows the setting and retrieval of a concern on a per-thread-group basis.
Author:
Garret Wilson
Implementation Specification:
This implementation decorates an existing concern registry.
See Also: