|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.vishia.java2C.test.TestThread.TestThreadLocalData
private static final class TestThread.TestThreadLocalData
This class is defined only to use in the threads context. No other thread should have access to it.
Therefore the instance can be defined in a thread-local data range. For Java2C it is possible
to create a stack-instance. It is done in the TestThread.run(). routine.
| Field Summary | |
|---|---|
(package private) java.lang.StringBuffer |
threadownBuffer
Example for a large data area. |
(package private) float |
x
|
(package private) float |
y
|
| Constructor Summary | |
|---|---|
private |
TestThread.TestThreadLocalData()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
float x
float y
final java.lang.StringBuffer threadownBuffer
| Constructor Detail |
|---|
private TestThread.TestThreadLocalData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||