Tags: Programming Language.

A servant in CORBA is the invocation target containing methods for handling the remote method invocations. In the newer CORBA versions the remote object on the server side is split into the object (that is exposed to remote invocations) and servant (to which the former part delegates the method calls). It can be one servant per remote object or the same servant can support several (possibly all) objects associated with the given Portable Object Adapter.

Loading...

This page contains content from the copyrighted Wikipedia article "Servant (CORBA)"; that content is used under the GNU Free Documentation License (GFDL). You may redistribute it, verbatim or modified, providing that you comply with the terms of the GFDL.