Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

GroupThread Class Reference

Group of threads. More...

#include <groupThread.h>

Inheritance diagram for GroupThread::

LI1 IdObject InfoBinaryFormat ListItem RefCount List of all members.

Public Methods

 GroupThread ()
 Default constructor.

virtual ~GroupThread ()
 Destructor.

virtual BufferinfoToBin (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, LI2threads
 threads in this group.


Detailed Description

Group of threads.

This class consists of data aquired by receiving the JVMPI_EVENT_THREAD_START event.

See also:
Thread
Author:
Marek Przeczek

Definition at line 54 of file groupThread.h.


Member Function Documentation

virtual eClassIdent GroupThread::getClassIdent   [inline, virtual]
 

Class identification.

Returns:
unique class type identifier

Reimplemented from IdObject.

Definition at line 89 of file groupThread.h.

Buffer & GroupThread::infoToBin Buffer   b [virtual]
 

Convert info to binary.

This method converts information data to binary format in which it is sent thru communication interface to client.

Parameters:
b  buffer where to append data
Returns:
reference to same Buffer object as argument 'b'

Reimplemented from InfoBinaryFormat.

Definition at line 37 of file groupThread.cpp.


The documentation for this class was generated from the following files:
Generated on Mon Jan 28 14:53:28 2002 for Java Profiler Dynamic Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001