public class Thread
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
Thread() |
protected |
Thread(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
afterStart(boolean success) |
void |
beforeStart() |
void |
delete() |
protected void |
finalize() |
static int |
getCount() |
protected 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() |
protected static long getCPtr(Thread obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
protected void swigDirectorDisconnect()
public void swigReleaseOwnership()
public void swigTakeOwnership()
public void run()
public void onStop()
public boolean start()
public boolean stop()
public void beforeStart()
public void afterStart(boolean success)
public boolean threadInit()
public void threadRelease()
public boolean isStopping()
public boolean isRunning()
public void setOptions(int stackSize)
public void setOptions()
public static int getCount()
public int getKey()
public static int getKeyOfCaller()
public int setPriority(int priority, int policy)
public int setPriority(int priority)
public int getPriority()
public static void setDefaultStackSize(int stackSize)
public boolean join(double seconds)
public boolean join()