cca-spec-babel
0.8.6-unstable(developer)
|
All components must implement this interface. More...
Public Member Functions | |
void | setServices (in Services services) throws CCAException |
Starts up a component presence in the calling framework. |
All components must implement this interface.
void gov.cca.Component.setServices | ( | in Services | services | ) | throws CCAException |
Starts up a component presence in the calling framework.
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.