gov.cca.AbstractFramework | This is an interface presented by a CCA-compliant framework to access its application framing capabilities |
gov.cca.ports.BasicParameterPort | This type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic) |
gov.cca.ports.BuilderService | BuilderService is a Port implemented by a CCA compliant framework for the purpose of composing components into applications in a standard way |
gov.cca.CCAException | Most CCA interfaces throw this exception |
gov.cca.Component | All components must implement this interface |
gov.cca.ComponentClassDescription | An opaque reference to a Component Class |
gov.cca.ComponentID | An opaque reference to a Component |
gov.cca.ComponentRelease | An interface so the framework can inform the component when the component is about to be destroyed |
gov.cca.ports.ComponentRepository | ComponentRepository is a Port implemented by a CCA compliant framework or other component to expose in a standard way: |
gov.cca.ports.ConnectionEvent | Event created when two components are connected |
gov.cca.ports.ConnectionEventListener | This is the interface that a component must provide in order to be notified of ConnectEvents |
gov.cca.ports.ConnectionEventService | Connection event service |
gov.cca.ConnectionID | This interface describes a CCA connection between components |
gov.cca.ports.GoPort | Go, component, go! |
gov.cca.ports.ParameterGetListener | This interface is typically implemented by a component writer using the ParameterPortFactory in a very dynamic fashion |
gov.cca.ports.ParameterPort | This type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic) |
gov.cca.ports.ParameterPortFactory | This interface supercedes the ccaffeine ConfigurableParameterPortFactory, the parameters library, and all the associated cruft that gunked up a component |
gov.cca.ports.ParameterSetListener | This interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion |
gov.cca.Port | All ports must derive from this port type |
gov.cca.ports.ServiceProvider | ServiceProvider interface implements a non-singleton service Port |
gov.cca.ports.ServiceRegistry | ServiceRegistry is a Port that is provided by the framework and can be used by a component wishing to provide service Ports |
gov.cca.Services | The one interface all frameworks must implement |
gov.cca.TypeMap | A CCA map |
gov.cca.TypeMismatchException | Detailed exception describing a type mismatch in getting or setting a value in a TypeMap |