Public Member Functions | |
| void | setServices (in Services services) throws CCAException |
| Starts up a component presence in the calling framework. | |
| 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: |
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.
1.5.9