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

gov::cca::GoPort Class Reference

UNADOPTED Standard: A just-do-it port. More...

#include <GoPort.h>

Inheritance diagram for gov::cca::GoPort:

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

Collaboration graph
[legend]
List of all members.

Public Methods

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

virtual int go ()=0
 Make the component do its thing. More...


Detailed Description

UNADOPTED Standard: A just-do-it port.

Tremendously useful. The canonical string type-name for this port is "GoPort", though it should probably be "gov.cca.GoPort".


Constructor & Destructor Documentation

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

obligatory vdtor.

00015 {}


Member Function Documentation

virtual int gov::cca::GoPort::go   [pure virtual]
 

Make the component do its thing.

The component does not throw c++ exceptions except in the form of returning -2.

Returns:
  • 0 if did ok
  • -1 if had problem,
  • -2 if had problem bad enough to shoot the component in the head or exit the framework.


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