org.jdiseq.dummy
Class Main

java.lang.Object
  extended byjava.lang.Thread
      extended byorg.jdiseq.dummy.Main
All Implemented Interfaces:
java.lang.Runnable

public class Main
extends java.lang.Thread

This class implements a simple launcher of a dummy application suitable for observation from jDiSeq.

Random calls are made to various no-op methods from a series of threads.

Changelog:

 $Log: Main.java,v $
 Revision 1.3  2003/04/02 19:49:00  austvold
 Minor updates. Mostly adaptation to new event and eventlistener name.
 General brush-up on javadoc comments.
 Removal of auto-added revision and date-of-commit members.

 Revision 1.2  2003/04/02 19:26:52  austvold
 Minor change in random-call setup...

 Revision 1.1.1.1  2003/03/28 08:18:23  austvold
 Initial import.

 

Version:
$Id: Main.java,v 1.3 2003/04/02 19:49:00 austvold Exp $
Author:
Ørjan Nygaard Austvold

Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)

run

public void run()


Copyright © 2003 SourceForge.net. All Rights Reserved.