gov.cca.Component Interface Reference

All components must implement this interface. More...

List of all members.

Public Member Functions

void setServices (in Services services) throws CCAException
 Starts up a component presence in the calling framework.


Detailed Description

All components must implement this interface.

Member Function Documentation

void gov.cca.Component.setServices ( in Services  services  )  throws CCAException

Starts up a component presence in the calling framework.

Parameters:
services the component instance's handle on the framework world. Contracts concerning services and setServices:
The component interaction with the CCA framework and Ports begins on the call to setServices by the framework.

This function is called exactly once for each instance created by the framework.

The argument services will never be nil/null.

Those uses ports which are automatically connected by the framework (so-called service-ports) may be obtained via getPort during setServices.


The documentation for this interface was generated from the following file:

Generated on Thu Mar 17 09:40:08 2011 for cca-spec-babel by  doxygen 1.5.9