Rogue Wave banner
Previous fileTop of DocumentContentsIndex pageNext file
Threads Module Reference Guide
Rogue Wave web site:  Home Page  |  Main Documentation Page

RWTraceSingleClientFilterImp

Module:  Threads   Package:  Execution Tracing


RWTraceSingleClientFilterImp RWTraceEventFilterImp ...... RWTraceEventClientImp RWReference

Local Index

Members

Header File

#include <rw/trace/RWTraceSingleClientFilterImp.h>

Description

RWTraceSingleClientFilterImp is a filter implementation that accepts one client and forwards trace events to it. This class is intended to be the base class for filters that accept one client. It is not meant to be instantiated as it provides no functionality. If one attempts to add a client and the filter already has one, a TraceClientAlreadyAdded exception is thrown.

Static Member Functions

static RWTraceSingleClientFilter 
make();

Public Destructors

virtual 
~RWTraceSingleClientFilterImp();

Public Member Functions

void 
disconnectClient();

Protected Constructors

RWTraceSingleClientFilterImp();

Protected Member Functions

virtual void 
doAdd(RWTraceEventClientImp* clientP);
virtual void 
doDisconnectClient();
virtual void 
doRemove(RWTraceEventClientImp* clientP);
virtual void 
doTrace(const RWTraceEvent& ev);
RWTraceEventClientImp* 
getClient();

See Also

RWTraceMultiClientFilterImp



Previous fileTop of DocumentContentsIndex pageNext file

© Copyright Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave and SourcePro are registered trademarks of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.
Contact Rogue Wave about documentation or support issues.