DekGenius.com
[ Team LiB ] Previous Section Next Section

NSDistantObjectRequest Mac OS X 10.0

This class is used by the distributed objects system to assist handling invocations between objects that reside in different processes. This class is used internally by the distributed objects system, and as such clients should never need to access instances of this class. If a client needs to process events handled by an NSConnection object, they may implement the NSConnection delegate method connection:handleRequest:.

figs/cocn_1333.gif

@interface NSDistantObjectRequest : NSObject
 // Instance Methods
   - (NSConnection *)connection;
   - (id)conversation;
   - (NSInvocation *)invocation;
   - (void)replyWithException:(NSException *)exception;

    [ Team LiB ] Previous Section Next Section