Class DaemonDelegateFactory

java.lang.Object
org.semispace.admin.DaemonDelegateFactory
All Implemented Interfaces:
ThreadFactory

public final class DaemonDelegateFactory extends Object implements ThreadFactory
A simple class which just wraps a thread factory in a manner which makes all threads it creates become daemon threads.