First page Back Continue Last page Overview Graphics
CORBA Object Adaptors
a piece of CORBA architecture dispatching client requests to the servants (implementations)
object adaptors are only on the server side
key functions are
- they create CORBA object references
- they ensure that target objects are incarnated by servants
- they direct requests to the servants (they connect orb with the servants - locating and marshaling)
Notes: