Groovy Documentation

gpars.agent
Class AgentThreadFactory

java.lang.Object
  gpars.agent.AgentThreadFactory
All Implemented Interfaces:
ThreadFactory

class AgentThreadFactory

Creates daemon threads for the default agent thread pools

author:
Vaclav Pech Date: 13.4.2010


Constructor Summary
AgentThreadFactory()

 
Method Summary
Thread newThread(Runnable r)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Constructor Detail

AgentThreadFactory

AgentThreadFactory()


 
Method Detail

newThread

public Thread newThread(Runnable r)


 

Groovy Documentation