Public Member Functions | |
| QueryThread (int id) | |
| void | run () |
| java.lang.String | toString () |
Private Attributes | |
| int | id_ = -1 |
Definition at line 529 of file examples/java/Test/Test.java.
| Test::QueryThread::QueryThread | ( | int | id | ) | [inline] |
Definition at line 535 of file examples/java/Test/Test.java.
| void Test::QueryThread::run | ( | ) | [inline] |
Definition at line 548 of file examples/java/Test/Test.java.
| java.lang.String Test::QueryThread::toString | ( | ) | [inline] |
Definition at line 541 of file examples/java/Test/Test.java.
int Test::QueryThread::id_ = -1 [private] |
Definition at line 532 of file examples/java/Test/Test.java.