mandala.util
Interface ThreadOp
- All Superinterfaces:
- Runnable
- All Known Subinterfaces:
- RemoteThread
- All Known Implementing Classes:
- RemoteThreadProxy, RMIThread, ThreadImpl
- public interface ThreadOp
- extends Runnable
Interface for the Thread class.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- eipi
getPriority
public int getPriority()
getName
public String getName()
interrupt
public void interrupt()
isAlive
public boolean isAlive()
isDaemon
public boolean isDaemon()
isInterrupted
public boolean isInterrupted()
join
public void join()
throws InterruptedException
- Throws:
InterruptedException
join
public void join(long millis)
throws InterruptedException
- Throws:
InterruptedException
join
public void join(long millis,
int nanos)
throws InterruptedException
- Throws:
InterruptedException
run
public void run()
- Specified by:
run
in interface Runnable
setContextClassLoader
public void setContextClassLoader(ClassLoader cl)
getContextClassLoader
public ClassLoader getContextClassLoader()
setDaemon
public void setDaemon(boolean on)
setName
public void setName(String name)
setPriority
public void setPriority(int newPriority)
start
public void start()
checkAccess
public void checkAccess()
Mandala help mailing list