groovyx.gpars.agent
Class AgentThreadFactory

java.lang.Object
  extended by groovyx.gpars.agent.AgentThreadFactory
All Implemented Interfaces:
java.util.concurrent.ThreadFactory

final class AgentThreadFactory
extends java.lang.Object
implements java.util.concurrent.ThreadFactory

Creates daemon threads for the default agent thread pools

Author:
Vaclav Pech Date: 13.4.2010

Constructor Summary
AgentThreadFactory()
           
 
Method Summary
 java.lang.Thread newThread(java.lang.Runnable r)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentThreadFactory

AgentThreadFactory()
Method Detail

newThread

public java.lang.Thread newThread(java.lang.Runnable r)
Specified by:
newThread in interface java.util.concurrent.ThreadFactory

Copyright © 2008–2010 Václav Pech. All Rights Reserved.