org.jacorb.idl

Class InterfaceBody.ParseThread

public class InterfaceBody.ParseThread extends Thread

Constructor Summary
ParseThread(InterfaceBody _b)
Method Summary
booleanisRunnable()
check whether this thread will eventually run
voidrun()

Constructor Detail

ParseThread

public ParseThread(InterfaceBody _b)

Method Detail

isRunnable

public boolean isRunnable()
check whether this thread will eventually run

Returns: true if the thread can run or is currently running false if it is still blocked or has just returned from run()

run

public void run()