|
The
unofficial Bindings
-
Combat is a Binding for TCL
-
Combat pulls its type-information at run-time from a repository
-
For each object reference it generates dynamically a procedure
called handle,which contains the type-information pulled from the IR
-
Handle generates IIOP Requests, contains the logic to marshall
operation calls
$handle operationX <parameter>
//operationX will be executed
$handle attributX
//operation : "$handle read attributX"
$handle atrributX zusetzenderwert //operation
: "$handle set attributX wert"
|
|