com.nukernel.jdcf
Interface RemoteThreadInterface
- public interface RemoteThreadInterface
- extends java.rmi.Remote
Implemented by remote object representing a remote thread. These
methods are 100% equivalent to those found in the java.lang.Thread
class.
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
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
start
public void start()
throws java.rmi.RemoteException
Copyright © 2000 Sidney Cammeresi. All rights reserved.