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
リクエストについての情報を取得する
connection
Returns the NSConnection
object involved in the request.
リクエストに伴ったNSConnection
オブジェクトを返します。
conversation
Returns the token object representing the conversation in which the receiver was created.
それにおいてレシーバが作成されたところの入力応答を表しているトークンオブジェクトを返します。
invocation
Returns the NSInvocation
object for the request.
リクエストに対するNSInvocation
オブジェクトを返します。
Raising a Remote Exception
遠隔例外を引き起こす
- replyWithException:
Sends a reply back to the remote object making the distant object request.
遠方オブジェクトリクエストをしているリモートオブジェクトに逆に応答を送信します。
Instance Properties
インスタンスプロパティ
See Also
参照
Legacy
レガシー
NSMachPortDelegate
An interface for handling incoming Mach messages.
Machメッセージ受信の取り扱いに対するインターフェイス。
NSConnectionDelegate
An interface for interacting with low-level, interprocess connections.
ローレベルの、プロセス間接続と相互作用するためのインターフェイス。
Deprecated
非推奨
NSConnection
An object that manages the communication between objects in different threads or between a thread and a process running on a local or remote system.
あるオブジェクト、それは異なるスレッドの中のオブジェクト間の、またはローカルまたはリモートシステム上で動作しているあるスレッドとあるプロセスの間の通信を管理します。
Deprecated
非推奨
NSDistantObject
A proxy for objects in other applications or threads.
他のアプリケーションまたはスレッドの中のオブジェクトに対するプロキシ。
Deprecated
非推奨
NSMachBootstrapServer
A port name server that takes and returns Mach port objects.
あるポート名サーバ、それはMachポートオブジェクトを取り、返します。
Deprecated
非推奨
NSMachPort
A port that can be used as an endpoint for distributed object connections (or raw messaging).
分散オブジェクト接続(または生のメッーセージやりとり)のエンドポイントとして使われることができるポート。
NSMessagePort
A port that can be used as an endpoint for distributed object connections (or raw messaging).
分散オブジェクト接続(または生のメッーセージやりとり)のエンドポイントとして使われることができるポート。
NSPortCoder
A coder used to transmit object proxies (and sometimes objects themselves) between connections.
接続間でオブジェクトプロキシ(そして時にはオブジェクトそれ自身)を伝達するために使われるコーダー。
Deprecated
非推奨
NSPortDelegate
An interface for handling incoming messages.
メッセージ受信の取り扱いに対するインターフェイス。
NSPortMessage
A low-level, operating system-independent type for inter-application (and inter-thread) messages.
アプリケーション間(そしてスレッド間)メッセージに対するローレベルの、オペレーティングシステム非依存の型。
NSPortNameServer
An object-oriented interface to the port registration service used by the distributed objects system.
分散オブジェクトシステムによって使われるポート登録サービスに対するオブジェクト指向インターフェイス。
Deprecated
非推奨
NSProtocolChecker
An object that restricts the messages that can be sent to another object (referred to as the checker’s delegate).
別のオブジェクト(チェッカーの委任先として知られる)に送られることができるメッセージを制限するオブジェクト。
NSSocketPortNameServer
A port name server that takes and returns socket ports.
ソケットポートを取りそして返すあるポート名サーバ。
Deprecated
非推奨