Package gov.cca.ports


package gov.cca.ports
  • Interfaces
    Class
    Description
    Base event interface components wishing to know about their connectedness (used or provided ports) must listen for.
    This is the interface that a component must provide in order to be notified of ConnectionEvents.
    A service to alert a component as when connections are made or broken; it is reasonable to expect this service to be immediately available and fetchable during a setServices call.
    A service to issue connection events (assumed scope is the component from whose Services interface the FrameworkConnectionEventService is fetched.
    A do-it port.
    KeyValuePort for use decorating components with strings external to the implementation of the component.
    PrintfPort for use in building components.
    Mapping of standard event types in the component lifecycle to strings and integers.