CORBA Components (4)
Dynamic Invocation Interface (DII)
- allows a client to directly access the underlying request mechanisms provided by an ORB
Dynamic Skeleton Interface (DSI)
- the server side's analogue to the client side's DII
- allows an ORB to deliver requests to an object implementation that does not have compile-time knowledge of the type of the object it is implementing
Object Adapter
- provides the run-time environment for instantiating server objects, passing requests to them, and assigning them object references