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

gov::cca::PortInfo Class Reference

An interface that describes a Port. More...

#include <cca.h>

List of all members.

Public Methods

virtual ~PortInfo ()
 obligatory virtual destructor. More...

virtual CONST char * getType () CONST=0
 Returns the type for this Port. More...

virtual CONST char * getName () CONST=0
 Returns the instance name for this Port. More...

virtual CONST char * getProperty (char *name)=0
 Returns the string value for this property, or 0 if it is undefined. More...


Detailed Description

An interface that describes a Port.


Constructor & Destructor Documentation

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

obligatory virtual destructor.

00097 {}


Member Function Documentation

virtual CONST char* gov::cca::PortInfo::getType   [pure virtual]
 

Returns the type for this Port.

This string corresponds to the interface name of the port, but may not be identical.

virtual CONST char* gov::cca::PortInfo::getName   [pure virtual]
 

Returns the instance name for this Port.

This name must be unique within the scope of the CCA component which uses or provides this port.

virtual CONST char* gov::cca::PortInfo::getProperty char *    name [pure virtual]
 

Returns the string value for this property, or 0 if it is undefined.


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