org.indy
Class IndyThread.Priority

java.lang.Object
  |
  +--org.indy.IndyThread.Priority
Enclosing class:
IndyThread

public static class IndyThread.Priority
extends java.lang.Object

Represents IndyThread priority.


Field Summary
static IndyThread.Priority MAX
           
static IndyThread.Priority MIN
           
static IndyThread.Priority NORMAL
           
 
Method Summary
static IndyThread.Priority parse(int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MIN

public static final IndyThread.Priority MIN

NORMAL

public static final IndyThread.Priority NORMAL

MAX

public static final IndyThread.Priority MAX
Method Detail

parse

public static IndyThread.Priority parse(int value)


Copyright © 2002-2002 IndyJ. All Rights Reserved.