com.nukernel.jdcf
Class RemoteThread
java.lang.Object
|
+--com.nukernel.jdcf.RemoteThread
- public class RemoteThread
- extends java.lang.Object
These objects are the user-visible representation of remote threads.
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
MIN_PRIORITY
public static final int MIN_PRIORITY
NORM_PRIORITY
public static final int NORM_PRIORITY
MAX_PRIORITY
public static final int MAX_PRIORITY
currentThread
public static RemoteThread currentThread()
throws java.rmi.RemoteException
getName
public java.lang.String getName()
throws java.rmi.RemoteException
getPriority
public int getPriority()
throws java.rmi.RemoteException
interrupt
public void interrupt()
throws java.rmi.RemoteException
interrupted
public static boolean interrupted()
throws java.rmi.RemoteException
isAlive
public boolean isAlive()
throws java.rmi.RemoteException
isDaemon
public boolean isDaemon()
throws java.rmi.RemoteException
isInterrupted
public boolean isInterrupted()
throws java.rmi.RemoteException
join
public void join()
throws java.lang.InterruptedException,
java.rmi.RemoteException
setDaemon
public void setDaemon(boolean on)
throws java.rmi.RemoteException
setName
public void setName(java.lang.String name)
throws java.rmi.RemoteException
setPriority
public void setPriority(int priority)
throws java.rmi.RemoteException
sleep
public static void sleep(long millis)
throws java.lang.InterruptedException
start
public void start()
throws java.rmi.RemoteException
toString
public java.lang.String toString()
- Overrides:
- toString in class java.lang.Object
yield
public static void yield()
Copyright © 2000 Sidney Cammeresi. All rights reserved.