Compounds | |
| class | gov::cca::StringConsumerPort |
| An example port for a standard interface for passing a string to a component. More... | |
| class | gov::cca::TimeProducerPort |
| An example port for an interface for providing a time service. More... | |
| class | gov::cca::Version |
| UNADOPTED: A class to support the runtime introspection of the CCA version. More... | |
| class | gov::cca::Port |
| A tag interface to identify an interface capable of being exported to or imported from a CCA component. More... | |
| class | gov::cca::PortInfo |
| An interface that describes a Port. More... | |
| class | gov::cca::ComponentID |
| An opaque reference to a Component. More... | |
| class | gov::cca::Services |
| The handle through which the component communicates with its containing framework. More... | |
| class | gov::cca::Component |
| Component object model that all CCAComponents must implement. More... | |
| class | gov::cca::ConnectedConnectionEvent |
| UNADOPTED standard implementation: Event delivered after a new connection has been made. More... | |
| class | gov::cca::ConnectionEvent |
| UNADOPTED standard: ConnectionEvent event interface. More... | |
| class | gov::cca::ConnectionEventListener |
| UNADOPTED standard: The interface listeners must implement to receive ConnectionEvents. More... | |
| class | gov::cca::ConnectionEventService |
| UNADOPTED standard ConnectionEvent Service Interface. More... | |
| class | gov::cca::DisconnectingConnectionEvent |
| UNADOPTED standard implementation: Event delivered to a connection listener before a connection is broken. More... | |
| class | gov::cca::GoPort |
| UNADOPTED Standard: A just-do-it port. More... | |
| class | gov::cca::KeyValueEnumerated |
| This is a generic properties input/output interface which may be supported at the discretion of the concrete class implementer. More... | |
| class | gov::cca::KeyValuePort |
| UNADOPTED Standard: KeyValuePort for use decorating components with strings external to the implementation of the component. More... | |
| class | gov::cca::KeyValueTyped |
| This is a generic properties input/output Port. More... | |
| class | gov::cca::MPIBorrow |
| UNADOPTED standard service. More... | |
| class | gov::cca::MPIService |
| UNADOPTED standard service. More... | |
| class | gov::cca::PrintfPort |
| UNADOPTED Standard: A just-print-it port. More... | |
| class | gov::cca::RawData |
| A low-level interface for accessing memory. More... | |
Variables | |
| gov::cca::ConnectedConnectionEvent | ENDSEMI |
| UNADOPTED standard implementation: Event delivered after a new connection has been made. More... | |
The spec lives in C++ namespace gov::cca:: or else as gov_cca_.
The use of certain recent C++ language features, specifically templates, and the Standard Template Library is not mandated by the CCA interface specifications. These features are not sufficiently portable to the computing systems of interest to scientists in the Department of Energy. Use of these C++ features in component implementations or framework implementations is not prohibited, however, as not all components may have a strong portability requirement.
|
|
UNADOPTED standard implementation: Event delivered after a new connection has been made.
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002