SECTION 20.2
CORBA RMI
839
these objects, particularly as new objects maybe added to the system as time passes.
CORBA does not allow classes for proxies to be downloaded at run time as in Java RMI.
The dynamic invocation interface is CORBA’s alternative.
The dynamic invocation interface allows clients to make dynamic invocations on remote CORBA objects. It is used when it is not practical to employ proxies. The client can obtain from the interface repository the necessary information about the methods available fora given CORBA object. The client may use this information to construct an invocation with suitable arguments and send it to the server.
Share with your friends: