PATH  Documentation > Mac OS X > Foundation Reference: Objective-C



Table of Contents

NSDistantObjectRequest


Inherits from:
NSObject
Declared in:
Foundation/NSConnection.h




Class Description


NSDistantObjectRequest objects are used by the Distributed Objects system to help handle invocations between different processes. You should never create NSDistantObjectRequest objects directly. Unless you are getting involved with the low-level details of Distributed Objects, there should never be a need to access an NSDistantObjectRequest.




Method Types


Getting information about a request
- connection
- invocation
Raising a remote exception
- replyWithException:


Instance Methods



connection

- (NSConnection *)connection

Returns the NSConnection involved in the request.

conversation

- (id)conversation

Description forthcoming.

invocation

- (NSInvocation *)invocation

Returns the NSInvocation for the request.

replyWithException:

- (void)replyWithException:(NSException *)exception

Description forthcoming.


Table of Contents