com.mysql.management.util
Class Threads

java.lang.Object
  extended by com.mysql.management.util.Threads

public final class Threads
extends java.lang.Object

This class is final simply as a hint to the compiler, it may be un-finalized safely.

Version:
$Id: Threads.java,v 1.6 2005/07/27 23:41:27 eherman Exp $
Author:
Eric Herman

Constructor Summary
Threads()
           
 
Method Summary
 java.lang.String newName()
           
 java.lang.String newName(java.lang.String baseName)
           
 void pause(int millis)
          Convienence funciton to wrap a try catch around Thread.sleep(millis);
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Threads

public Threads()
Method Detail

pause

public void pause(int millis)
Convienence funciton to wrap a try catch around Thread.sleep(millis);

Parameters:
millis -

newName

public java.lang.String newName()

newName

public java.lang.String newName(java.lang.String baseName)


Copyright © 2004-2011. All Rights Reserved.