tips.threads
Class NotifyApp.Waiter

java.lang.Object
  extended byjava.lang.Thread
      extended bytips.threads.NotifyApp.Waiter
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NotifyApp

static class NotifyApp.Waiter
extends java.lang.Thread

Inner class -


Field Summary
private  int m_nSerialNumber
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
(package private) NotifyApp.Waiter(int nSerialNumber)
          Construct a Waiter passing in the unique serial number
 
Method Summary
 void run()
          The run function for the waiter thread
 
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
 

Field Detail

m_nSerialNumber

private int m_nSerialNumber
Constructor Detail

NotifyApp.Waiter

NotifyApp.Waiter(int nSerialNumber)
Construct a Waiter passing in the unique serial number

Method Detail

run

public void run()
The run function for the waiter thread