Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.comm
Class WaitForTimeout

java.lang.Object
  extended by java.lang.Thread
      extended by com.ibm.etools.iseries.subsystems.qsys.comm.WaitForTimeout
All Implemented Interfaces:
Runnable

public class WaitForTimeout
extends Thread


Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
static int CANCEL_WAIT_REQUESTED
           
static String copyright
           
protected  boolean done
           
protected  Thread targetThread
           
static int WAIT_REQUESTED
           
protected  int waitTime
           
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
WaitForTimeout(boolean quiet, QSYSObjectSubSystem system, int waitTime)
          Constructor
 
Method Summary
protected  void fireEvent(ISystemResourceChangeEvent event)
           
protected  QSYSCommunicationsDiagnostic getQSYSCommunicationsDiagnostic()
           
 void run()
          Thread run method
 void setDone(boolean done)
          setDone(boolean)
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, 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

copyright

public static final String copyright
See Also:
Constant Field Values

WAIT_REQUESTED

public static final int WAIT_REQUESTED
See Also:
Constant Field Values

CANCEL_WAIT_REQUESTED

public static final int CANCEL_WAIT_REQUESTED
See Also:
Constant Field Values

done

protected boolean done

targetThread

protected Thread targetThread

waitTime

protected int waitTime
Constructor Detail

WaitForTimeout

public WaitForTimeout(boolean quiet,
                      QSYSObjectSubSystem system,
                      int waitTime)
Constructor

Method Detail

run

public void run()
Thread run method

Specified by:
run in interface Runnable
Overrides:
run in class Thread

setDone

public void setDone(boolean done)
setDone(boolean)


getQSYSCommunicationsDiagnostic

protected QSYSCommunicationsDiagnostic getQSYSCommunicationsDiagnostic()

fireEvent

protected void fireEvent(ISystemResourceChangeEvent event)

Rational Developer for Power Systems Software
V7.6

Copyright © 2011 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.