acs_sc::impl::alias::new (public)
acs_sc::impl::alias::new -contract_name contract_name \ -impl_name impl_name -operation operation -alias alias \ [ -language language ]
Defined in packages/acs-service-contract/tcl/implementation-procs.tcl
Add new service contract implementation alias (the procedure that implements the operation in a contract).
- Switches:
- -contract_name
(required)- -impl_name
(required)- -operation
(required)- -alias
(required)- -language
(defaults to"TCL"
) (optional)- Returns:
- the ID of the implementation
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- acs_sc_impl_new_from_spec