ThreadData Struct Reference

This structure holds the data needed for the Thread for C and C++. More...

#include <thread.h>


Data Fields

jclass clsthread
 The Java Thread-Class.
jmethodID mgetPriority
 MethodID of getPriority method.
jmethodID msetPriority
 MethodID of setPriority method.
jmethodID msleep
 MethodID of sleep method.
jmethodID mstart
 MethodID of start method.
jmethodID myield
 MethodID of yield method.
jobject thread
 The Thread-Object.


Detailed Description

This structure holds the data needed for the Thread for C and C++.

Definition at line 39 of file thread.h.


Field Documentation

jclass ThreadData::clsthread
 

The Java Thread-Class.

Definition at line 40 of file thread.h.

jmethodID ThreadData::mgetPriority
 

MethodID of getPriority method.

Definition at line 44 of file thread.h.

jmethodID ThreadData::msetPriority
 

MethodID of setPriority method.

Definition at line 43 of file thread.h.

jmethodID ThreadData::msleep
 

MethodID of sleep method.

Definition at line 45 of file thread.h.

jmethodID ThreadData::mstart
 

MethodID of start method.

Definition at line 42 of file thread.h.

jmethodID ThreadData::myield
 

MethodID of yield method.

Definition at line 46 of file thread.h.

jobject ThreadData::thread
 

The Thread-Object.

Definition at line 41 of file thread.h.


The documentation for this struct was generated from the following file:
Generated on Sat Nov 19 14:11:17 2005 for GrubC by  doxygen 1.4.4