Dynamic Invocation Interface: Difference between revisions
m Robot - Moving category CORBA to Category:Common Object Request Broker Architecture per CFD at Wikipedia:Categories for discussion/Log/2012 March 1. |
m Bot: Migrating 1 interwiki links, now provided by Wikidata on d:q1268870 |
||
Line 14: | Line 14: | ||
{{Soft-eng-stub}} |
{{Soft-eng-stub}} |
||
[[de:Dynamic Invocation Interface]] |
Revision as of 23:07, 14 March 2013
The Dynamic Invocation Interface (DII) is an API which allows dynamic construction of CORBA object invocations. It is used at compile time when a client does not have knowledge about the object it wants to invoke. With this interface an argument list is marshalled, a function is named, and a request for service is sent to the object server. DII will usually have an asynchronous mode of operation.
The following types of applications would require or benefit from DII: browsers for CORBA services, application browsers, bridges (protocol converters), applications accessing huge numbers of different interfaces, monitoring applications.
DII also provides a deferred synchronous invocation. Deferred synchronous invocations are submitted without having to wait for a response. This is similar to a one-way operation except return values and out parameters are possible, but must be polled for.
External links
- http://www.cuj.com/documents/s=7981/cujcexp2007vinoski/
- http://e-docs.bea.com/tuxedo/tux80/creclien/dii.htm#1012539