yarp
Class Thread

java.lang.Object
  extended by yarp.Thread

public class Thread
extends java.lang.Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
Thread()
           
Thread(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void afterStart(boolean success)
           
 void beforeStart()
           
 void delete()
           
protected  void finalize()
           
static int getCount()
           
static long getCPtr(Thread obj)
           
 int getKey()
           
static int getKeyOfCaller()
           
 int getPriority()
           
 boolean isRunning()
           
 boolean isStopping()
           
 boolean join()
           
 boolean join(double seconds)
           
 void onStop()
           
 void run()
           
static void setDefaultStackSize(int stackSize)
           
 void setOptions()
           
 void setOptions(int stackSize)
           
 int setPriority(int priority)
           
 int setPriority(int priority, int policy)
           
 boolean start()
           
 boolean stop()
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 boolean threadInit()
           
 void threadRelease()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

Thread

public Thread(long cPtr,
              boolean cMemoryOwn)

Thread

public Thread()
Method Detail

getCPtr

public static long getCPtr(Thread obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

run

public void run()

onStop

public void onStop()

start

public boolean start()

stop

public boolean stop()

beforeStart

public void beforeStart()

afterStart

public void afterStart(boolean success)

threadInit

public boolean threadInit()

threadRelease

public void threadRelease()

isStopping

public boolean isStopping()

isRunning

public boolean isRunning()

setOptions

public void setOptions(int stackSize)

setOptions

public void setOptions()

getCount

public static int getCount()

getKey

public int getKey()

getKeyOfCaller

public static int getKeyOfCaller()

setPriority

public int setPriority(int priority,
                       int policy)

setPriority

public int setPriority(int priority)

getPriority

public int getPriority()

setDefaultStackSize

public static void setDefaultStackSize(int stackSize)

join

public boolean join(double seconds)

join

public boolean join()