com.monkeycoder.monkeynetwork
Class ThreadHelper

java.lang.Object
  extended by com.monkeycoder.monkeynetwork.ThreadHelper

public class ThreadHelper
extends java.lang.Object

This class contains Thread use convenience methods.

Author:
David Stephens

Constructor Summary
ThreadHelper()
           
 
Method Summary
static void threadSleep(long inMs)
          Thread sleep method designed so sleep based exceptions can be ignored.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadHelper

public ThreadHelper()
Method Detail

threadSleep

public static void threadSleep(long inMs)
Thread sleep method designed so sleep based exceptions can be ignored.

Parameters:
inMs - How long to sleep for in milliseconds.