org.apache.ivy.core

Class IvyThread

public class IvyThread extends Thread

A simple thread subclass associated the same IvyContext as the thread in which it is instanciated. If you override the run target, then you will have to call initContext() to do the association with the original IvyContext.

See Also: IvyContext

Constructor Summary
IvyThread()
IvyThread(Runnable target, String name)
IvyThread(Runnable target)
IvyThread(String name)
IvyThread(ThreadGroup group, Runnable target, String name, long stackSize)
IvyThread(ThreadGroup group, Runnable target, String name)
IvyThread(ThreadGroup group, Runnable target)
IvyThread(ThreadGroup group, String name)
Method Summary
protected voidinitContext()
voidrun()

Constructor Detail

IvyThread

public IvyThread()

IvyThread

public IvyThread(Runnable target, String name)

IvyThread

public IvyThread(Runnable target)

IvyThread

public IvyThread(String name)

IvyThread

public IvyThread(ThreadGroup group, Runnable target, String name, long stackSize)

IvyThread

public IvyThread(ThreadGroup group, Runnable target, String name)

IvyThread

public IvyThread(ThreadGroup group, Runnable target)

IvyThread

public IvyThread(ThreadGroup group, String name)

Method Detail

initContext

protected void initContext()

run

public void run()