Method Summary |
|
public String | getClassName() This method returns the name of the thread class. |
public long | getThreadNumber() This method returns the number of threads that will be started. |
public String | getUsername() This method returns the name of the user. |
public boolean | isInitialized() This method returns false if this object is not initialized correctly and
true if it is. |
public void | setClassName(String className) This method sets the name of the thread class. |
public void | setThreadNumber(long threadNumber) |
public void | setUsername(String username) This method set the name of the user that the threads will run as. |