Implementing a child dispatcher


A child dispatcher does not contain any code specific to the child object architecture. The parent dispatcher forwards a request to a child dispatcher, the child dispatcher unmarshalls the parameters, and finally the child dispatcher calls its dispatcher implementation. When the implementation returns the results (or an exception), the dispatcher streams this into a reply and sends the reply to the child caller.


[Contents] [Previous] [Next]
Click the icon to mail questions or corrections about this material to Taligent personnel.
Copyright©1995 Taligent,Inc. All rights reserved.

Generated with WebMaker