Public Member Functions | |
__init__ (name) | |
Constructor. | |
__del__ () | |
Destructor. | |
registerProvider (instance_name, type_name, provider) | |
Register provider. | |
registerConsumer (instance_name, type_name, consumer) | |
Register consumer. | |
publishInterfaces (connector_profile) | |
Publish interface information. | |
subscribeInterfaces (connector_profile) | |
Subscribe interfaces. | |
__init__ (cons) | |
__call__ (nv) | |
__init__ (cons) | |
__call__ (nv) |
|
|
|
|
|
Destructor.
|
|
|
|
|
|
Constructor.
|
|
Publish interface information.
|
|
Register consumer. This operation registers a consumer, which requiers a service, to the other Port. The consumer is associated with "instance_name" and "type_name" as the instance name of the service and as the type name of the service that is required.
|
|
Register provider. This operation registers a servant, which is provided in this Port, to the Port. The servant is associated with "instance_name" and "type_name" as the instance name of the servant and as the type name of the servant.
|
|
Subscribe interfaces.
|