goldengate.common.utility
Class GgThreadFactory

java.lang.Object
  extended by goldengate.common.utility.GgThreadFactory
All Implemented Interfaces:
ThreadFactory

public class GgThreadFactory
extends Object
implements ThreadFactory

Author:
Frederic Bregier

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

Constructor Detail

GgThreadFactory

public GgThreadFactory(String globalName)
Method Detail

newThread

public Thread newThread(Runnable arg0)
Specified by:
newThread in interface ThreadFactory


Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.