1 | Client |
2 | ORB Core |
3 | ORB Dependent Interface |
4 | IDL |
5 | Stubs |
6 | Request |
7 | The client actually calls a surrogate method, called the stub, or constructs the request dynamically. The client must have an Object Reference for the remote object, know the type of the object and the method to be called. |
8 | Dynamic |
9 | invocation |