Tie (Information Technology)

From Handwiki



A tie is a concept to bind a class skeleton to an implementing class. With this approach the class which should be invoked by a remote call, can be derived from a non-remoting class. Usually a tie class is used in middleware systems, to perform delegation from the skeleton to an implementing class.

Example

Usually:

    Stub -remote-> Skeleton (perform logic)

Tie Approach:

    Stub -remote-> Tie Skeleton -delegate-> Class (perform logic)

References

  • Article on CORBA & co.





Retrieved from "https://handwiki.org/wiki/index.php?title=Engineering:Tie_(information_technology)&oldid=103892"

Categories: [Object-oriented programming]


Download as ZWI file | Last modified: 07/12/2024 18:26:51 | 25 views
☰ Source: https://handwiki.org/wiki/Engineering:Tie_(information_technology) | License: CC BY-SA 3.0

ZWI is not signed. [what is this?]