Main Page   Namespace List   Class Hierarchy   Compound List   Namespace Members   Compound Members  

DefaultThreadFactory Class Reference

#include <DefaultThreadFactory.h>

Inheritance diagram for DefaultThreadFactory:

ThreadFactory List of all members.

Public Methods

virtual ~DefaultThreadFactory () throw ()
 Destroy the ThreadFactory.

virtual Threadcreate ()

Detailed Description

Author:
Eric Crahen <crahen@cse.buffalo.edu>
Date:
<2002-05-31T13:40:52-0400>
Version:
2.2.0
A DefaultThreadFactory produces stock Thread objects. These are simply returned to the caller after creation without performing any special initialization.

See also:
ThreadFactory


Member Function Documentation

virtual Thread* create   [inline, virtual]
 

Create a new Thread. The ownership of the Thread is passed to the code that calls this function.

Exceptions:
Synchronization_Exception  thrown if a new Thread cannot be created.

Implements ThreadFactory.


The documentation for this class was generated from the following file:
Generated on Tue Aug 27 07:43:11 2002 for ZThread by doxygen1.2.17