Categories
  • Object-oriented programming
  •   Encyclosphere.org ENCYCLOREADER
      supported by EncyclosphereKSF

    Tie (information technology)

    From Handwiki - Reading time: 3 min

    
    


    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





    This article is licensed under CC BY-SA 3.0.
    Original source: https://handwiki.org/wiki/Tie (information technology)
    Status: article is cached
    Encyclosphere.org EncycloReader is supported by the EncyclosphereKSF