org.jacorb.idl

Class InterfaceBody.ParseThread

Enclosing Class:
InterfaceBody

public class InterfaceBody.ParseThread
extends Thread

Constructor Summary

ParseThread(InterfaceBody _b)

Method Summary

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

Constructor Details

ParseThread

public ParseThread(InterfaceBody _b)

Method Details

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()