#include <groupThread.h>
Inheritance diagram for GroupThread::
Public Methods | |
GroupThread () | |
Default constructor. | |
virtual | ~GroupThread () |
Destructor. | |
virtual Buffer & | infoToBin (Buffer &b) |
Convert info to binary. More... | |
virtual eClassIdent | getClassIdent () |
Class identification. More... | |
Public Attributes | |
String | groupName |
name of group to which the threads belong. | |
List< Thread, LI2 > | threads |
threads in this group. |
This class consists of data aquired by receiving the JVMPI_EVENT_THREAD_START event.
Definition at line 54 of file groupThread.h.
|
Class identification.
Reimplemented from IdObject. Definition at line 89 of file groupThread.h. |
|
Convert info to binary. This method converts information data to binary format in which it is sent thru communication interface to client.
Reimplemented from InfoBinaryFormat. Definition at line 37 of file groupThread.cpp. |