aminePlatform.util
Class AmineThread

java.lang.Object
  extended byjava.lang.Thread
      extended byaminePlatform.util.AmineThread
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
InterpreterThread

public class AmineThread
extends java.lang.Thread

Title : util.AmineThread Class

Description: AmineThread extends Thread to offer a secure definition of suspend and resume methods

Copyright: Copyright (c) Adil KABBAJ, 2004-2009


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
AmineThread()
           
 
Method Summary
 void myResume()
           
 void mySuspend()
           
 
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, run, 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
 

Constructor Detail

AmineThread

public AmineThread()
Method Detail

mySuspend

public void mySuspend()
               throws java.lang.InterruptedException
Throws:
java.lang.InterruptedException

myResume

public void myResume()