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

gov::cca::StringConsumerPort Class Reference

An example port for a standard interface for passing a string to a component. More...

#include <StringConsumerPort.h>

Inheritance diagram for gov::cca::StringConsumerPort:

Inheritance graph
[legend]
Collaboration diagram for gov::cca::StringConsumerPort:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual ~StringConsumerPort ()
 obligatory vdtor. More...

virtual void setString (const char *s)=0
 Pass a string to the component. More...


Detailed Description

An example port for a standard interface for passing a string to a component.

The canonical string name of this port is "StringConsumerPort". The canonical name should probably be gov.cca.eg.StringConsumerPort or gov.cca.StringConsumerPort.


Constructor & Destructor Documentation

virtual gov::cca::StringConsumerPort::~StringConsumerPort   [inline, virtual]
 

obligatory vdtor.

00017 {}


Member Function Documentation

virtual void gov::cca::StringConsumerPort::setString const char *    s [pure virtual]
 

Pass a string to the component.

Implemented in gov::cca::eg::SimpleStamper.


The documentation for this class was generated from the following file:
Generated on Tue Aug 20 14:30:31 2002 for CCA Specification/Proposals by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002