Return to the Alphabetic Index
Return to the Class Browser
Return to the Picture Browser
Copyright (c) 1994 by NeXT Computer, Inc. All Rights Reserved.

NSDistantObject

Inherits From: NSProxy

Conforms To: NSCoding NSObject (NSProxy)

Declared In: Foundation/NSDistantObject.h

Class Description

The NSDistantObject class declares the programmatic interface to objects that serve as proxies to remote real objects.

Your application does not in general need to explicitly create NSDistantObject objectsthey are created automatically when you create NSConnection objects for a remote object.

Exceptions

NSDistantObject raises an NSInternalInconsistencyException for a variety of exceptions resulting from internal consistency failures.

Building a Proxy

Initializing a Proxy

Specifying a Protocol

Returning the Proxy's Connection