static and dynamic method invocation in corba
Answers
Answered by
0
Static invocation is the easiest, most common type of invocation. The stubs are generated by the IDL compiler. ... While dynamic invocation is more complicated, it enables your CORBAclient application to invoke operations on any CORBA object without having to know the CORBA object's interfaces at compile time.
Answered by
0
Static invocation is the easiest, most common type of invocation. The stubs are generated by the IDL compiler. ... While dynamic invocation is more complicated, it enables your CORBAclient application to invoke operations on any CORBA object without having to know the CORBA object's interfaces at compile time.
Similar questions