net.sf.lucis.core
Class Interruption

java.lang.Object
  extended by net.sf.lucis.core.Interruption

public final class Interruption
extends Object

Interruption support.

Author:
Andres Rodriguez

Method Summary
static void throwIfInterrupted()
          Throws InterruptedException if the current thread has been interrupted.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

throwIfInterrupted

public static void throwIfInterrupted()
                               throws InterruptedException
Throws InterruptedException if the current thread has been interrupted. If so, the interrupted flag is cleared.

Throws:
InterruptedException


Copyright © 2013. All Rights Reserved.