cca-spec-babel  0.8.6-unstable(developer)
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
gov.cca.AbstractFrameworkThis is an interface presented by a CCA-compliant framework to access its application framing capabilities
gov.cca.ports.BasicParameterPortThis type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic)
gov.cca.ports.BuilderServiceBuilderService is a Port implemented by a CCA compliant framework for the purpose of composing components into applications in a standard way
gov.cca.CCAExceptionMost CCA interfaces throw this exception
gov.cca.CCAExceptionTypeMapping of standard exceptional event types occuring in the Services interface to integers
gov.cca.ComponentAll components must implement this interface
gov.cca.ComponentClassDescriptionAn opaque reference to a Component Class
gov.cca.ComponentIDAn opaque reference to a Component
gov.cca.ComponentReleaseAn interface so the framework can inform the component when the component is about to be destroyed
gov.cca.ports.ComponentRepositoryComponentRepository is a Port implemented by a CCA compliant framework or other component to expose in a standard way:
gov.cca.ports.ConnectionEventEvent created when two components are connected
gov.cca.ports.ConnectionEventListenerThis is the interface that a component must provide in order to be notified of ConnectEvents
gov.cca.ports.ConnectionEventServiceConnection event service
gov.cca.ConnectionIDThis interface describes a CCA connection between components
gov.cca.ports.EventTypeThe minimum kinds of events needed
gov.cca.ports.GoPortGo, component, go!
gov.cca.ports.MPIBorrow
gov.cca.ports.MPIServer
gov.cca.ports.MPIService
gov.cca.ports.ParameterGetListenerThis interface is typically implemented by a component writer using the ParameterPortFactory in a very dynamic fashion
gov.cca.ports.ParameterPortThis type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic)
gov.cca.ports.ParameterPortFactoryThis interface supercedes the ccaffeine ConfigurableParameterPortFactory, the parameters library, and all the associated cruft that gunked up a component
gov.cca.ports.ParameterSetListenerThis interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion
gov.cca.PortAll ports must derive from this port type
gov.cca.ports.ServiceProviderServiceProvider interface implements a non-singleton service Port
gov.cca.ports.ServiceRegistryServiceRegistry is a Port that is provided by the framework and can be used by a component wishing to provide service Ports
gov.cca.ServicesThe one interface all frameworks must implement
gov.cca.TypeThe primitive data types (and arrays of same) supported by CCA TypeMaps and Babel
gov.cca.TypeMapA CCA map
gov.cca.TypeMismatchExceptionDetailed exception describing a type mismatch in getting or setting a value in a TypeMap