Class

NSDistantObjectRequest

An object used by the distributed objects system to help handle invocations between different processes. 分散オブジェクトシステムによって使われて、異なるプロセス間での発動を取り扱うのを助けるあるオブジェクト。

Declaration 宣言

@interface NSDistantObjectRequest : NSObject

Overview 概要

Do not 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. To intercept and possibly process requests yourself, implement the NSConnection delegate method connection:handleRequest:. NSDistantObjectRequestオブジェクトを直接に作成しないでください。あなたが分散オブジェクトのローレベル詳細で発動しているのでない限り、NSDistantObjectRequestにアクセスする必要は決してないはずです。インターセプトおよび可能ならリクエストをあなた自身で処理するには、NSConnectionの委任先メソッドconnection:handleRequest:を実装してください。

Topics 話題

Getting Information About a Request リクエストについての情報を取得する

Raising a Remote Exception 遠隔例外を引き起こす

Instance Properties インスタンスプロパティ

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー