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.


Method Summary
 java.lang.String getName()
           
 int getPriority()
           
 void interrupt()
           
 boolean isAlive()
           
 boolean isDaemon()
           
 boolean isInterrupted()
           
 void join()
           
 void setDaemon(boolean on)
           
 void setName(java.lang.String name)
           
 void setPriority(int priority)
           
 void start()
           
 

Method Detail

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

Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.