GridGain™ 2.1.0
Java API Specification

org.gridgain.grid.spi
Class GridSpiThreadFactory

java.lang.Object
  extended by org.gridgain.grid.spi.GridSpiThreadFactory
All Implemented Interfaces:
ThreadFactory

public class GridSpiThreadFactory
extends Object
implements ThreadFactory

This class provides implementation of ThreadFactory factory for creating grid SPI threads.



See Also:

  Documentation
  Email Support
  Online Forums
  Issue Tracking

Author:   2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0

 

Constructor Summary
GridSpiThreadFactory(String gridName, String threadName, GridLogger log)
           
 
Method Summary
 Thread newThread(Runnable r)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridSpiThreadFactory

public GridSpiThreadFactory(String gridName,
                            String threadName,
                            GridLogger log)
Parameters:
gridName - Grid name, possibly null for default grid.
threadName - Name for threads created by this factory.
log - Grid logger.
Method Detail

newThread

public Thread newThread(Runnable r)

Specified by:
newThread in interface ThreadFactory

GridGain™ 2.1.0
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.1.0.19122008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.