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.


Field Summary
static int MAX_PRIORITY
           
static int MIN_PRIORITY
           
static int NORM_PRIORITY
           
 
Method Summary
static RemoteThread currentThread()
           
 java.lang.String getName()
           
 int getPriority()
           
 void interrupt()
           
static boolean interrupted()
           
 boolean isAlive()
           
 boolean isDaemon()
           
 boolean isInterrupted()
           
 void join()
           
 void setDaemon(boolean on)
           
 void setName(java.lang.String name)
           
 void setPriority(int priority)
           
static void sleep(long millis)
           
 void start()
           
 java.lang.String toString()
           
static void yield()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

MIN_PRIORITY

public static final int MIN_PRIORITY

NORM_PRIORITY

public static final int NORM_PRIORITY

MAX_PRIORITY

public static final int MAX_PRIORITY
Method Detail

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()

Java Distributed
Computational
Framework v0.1

Copyright © 2000 Sidney Cammeresi. All rights reserved.