• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
DO and Proxy Indirection
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DO and Proxy Indirection


  • Subject: DO and Proxy Indirection
  • From: Timothy Ritchey <email@hidden>
  • Date: Wed, 8 May 2002 22:50:32 -0500

Say I have two objects talking remotely. Let's call the first one Factory-A, and the second one Repository-B. The factory has registered with the centralized repository so that the repository can ask it to create objects on its behalf. Now, a third object, GUI-C, wants to talk to the repository, and ask for objects. Can the repository simple do something like:

@implementation repository

- (id)getObjectWithID:(NSString*)identifier
{
return [factory getObjectWithID:identifier];
}

@end

? In the GUI-C address space, do we end up with a proxy-to-a-proxy-to-an-object, or with simply a proxy-to-an-object?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
  • Follow-Ups:
    • Re: DO and Proxy Indirection
      • From: email@hidden
  • Prev by Date: Re: Quitting an application
  • Next by Date: Re: Which Operating System Version and Machine?
  • Previous by thread: Re: OmniExpat?
  • Next by thread: Re: DO and Proxy Indirection
  • Index(es):
    • Date
    • Thread