What is DSI?

 What is DSI Dynamic Skeleton Interface Object Implementation
Dynamic Skeleton Interface

     An API that provides a way to deliver requests from an Object Request Broker (ORB) to an objects implementation when the type of the objects implementation is not known at compile time. DSI, which is the server side analog to the client side DII, makes it possible for the application programmer to inspect the parameters of an incoming request to determine a target objects and method.

More on this subject
Beginner's Help
BUG Club Home

 What is DSI Dynamic Skeleton Interface Object Implementation