Package gov.cca

Common Component Architecture. More...


Packages

package  ports
 some standard (required) CCA ports.

Classes

interface  Port
 All ports must derive from this port type. More...
interface  CCAException
 Most CCA interfaces throw this exception. More...
interface  Services
 The one interface all frameworks must implement. More...
interface  Component
 All components must implement this interface. More...
interface  ComponentRelease
 An interface so the framework can inform the component when the component is about to be destroyed. More...
interface  ComponentID
 An opaque reference to a Component. More...
interface  TypeMismatchException
 Detailed exception describing a type mismatch in getting or setting a value in a TypeMap. More...
interface  TypeMap
 A CCA map. More...
interface  AbstractFramework
 This is an interface presented by a CCA-compliant framework to access its application framing capabilities. More...
interface  ConnectionID
 This interface describes a CCA connection between components. More...
interface  ComponentClassDescription
 An opaque reference to a Component Class. More...

Enumerations

enum  CCAExceptionType {
  Unexpected = -1, Nonstandard = 1, PortNotDefined = 2, PortAlreadyDefined = 3,
  PortNotConnected = 4, PortNotInUse = 5, UsesPortNotReleased = 6, BadPortName = 7,
  BadPortType = 8, BadProperties = 9, BadPortInfo = 10, OutOfMemory = 11,
  NetworkError = 12
}
 Mapping of standard exceptional event types occuring in the Services interface to integers.
enum  Type {
  NoType, Int, Long, Float,
  Double, Fcomplex, Dcomplex, String,
  Bool, IntArray, LongArray, FloatArray,
  DoubleArray, FcomplexArray, DcomplexArray, StringArray,
  BoolArray
}
 The primitive data types (and arrays of same) supported by CCA TypeMaps and Babel. More...


Detailed Description

Common Component Architecture.

Component approaches for Scientific Computing.


Enumeration Type Documentation

enum gov::cca::Type [package]

The primitive data types (and arrays of same) supported by CCA TypeMaps and Babel.


Generated on Thu Mar 17 09:40:08 2011 for cca-spec-babel by  doxygen 1.5.9