CCA Ports
Output ports provide methods to other components; example might be SendData( )
Input ports are remote references to output port methods
Only required method: PortInfo( ) giving port type and name as strings. Type matching via the strings.
Fast “direct connect” for components in same address space; has uses port = connected provides port