Classes | |
interface | GoPort |
Go, component, go! More... | |
interface | ConnectionEvent |
Event created when two components are connected. More... | |
interface | ConnectionEventListener |
This is the interface that a component must provide in order to be notified of ConnectEvents . More... | |
interface | ConnectionEventService |
Connection event service. More... | |
interface | BuilderService |
BuilderService is a Port implemented by a CCA compliant framework for the purpose of composing components into applications in a standard way. More... | |
interface | ComponentRepository |
ComponentRepository is a Port implemented by a CCA compliant framework or other component to expose in a standard way:. More... | |
interface | ServiceProvider |
ServiceProvider interface implements a non-singleton service Port. More... | |
interface | ServiceRegistry |
ServiceRegistry is a Port that is provided by the framework and can be used by a component wishing to provide service Ports. More... | |
interface | BasicParameterPort |
This type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic). More... | |
interface | ParameterPort |
This type of interface is exported for manipulation by other components or by a user-interface (UI) (text or graphic). More... | |
interface | ParameterPortFactory |
This interface supercedes the ccaffeine ConfigurableParameterPortFactory, the parameters library, and all the associated cruft that gunked up a component. More... | |
interface | ParameterGetListener |
This interface is typically implemented by a component writer using the ParameterPortFactory in a very dynamic fashion. More... | |
interface | ParameterSetListener |
This interface is typically implemented by a component writer using the ParameterPortFactory in a dynamic fashion. More... | |
interface | MPIServer |
interface | MPIBorrow |
interface | MPIService |
Enumerations | |
enum | EventType { Error = -1, ALL = 0, ConnectPending = 1, Connected = 2, DisconnectPending = 3, Disconnected = 4 } |
The minimum kinds of events needed. More... |
enum gov::cca::ports::EventType [package] |
The minimum kinds of events needed.
List to be extended in the future. Clearly, SMP architectures and threads may violate the simple assumptions.