Guest_imported
New member
- Jan 1, 1970
- 0
Hello Friends,
It will be of great help if somebody can clarify this query.....
In CORBA at client side:
The moment we call
someIntf = XXXXhelper.narrow(xxx)
a stub gets instatiated which can be used to make calls by the clients.This is the way we achieve transparency.
But if we don't narrow it down and we have Server object reference from some other third party (May be a dispenser used to store object references). The moment i get the reference from the dispenser in client process space, a stub gets instatiated automatically. How does it happen actually because there is no explicit instatiation of stub.
Thanks
Sanjeev
It will be of great help if somebody can clarify this query.....
In CORBA at client side:
The moment we call
someIntf = XXXXhelper.narrow(xxx)
a stub gets instatiated which can be used to make calls by the clients.This is the way we achieve transparency.
But if we don't narrow it down and we have Server object reference from some other third party (May be a dispenser used to store object references). The moment i get the reference from the dispenser in client process space, a stub gets instatiated automatically. How does it happen actually because there is no explicit instatiation of stub.
Thanks
Sanjeev