Class

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. あるオブジェクト、それは異なるスレッドの中のオブジェクト間の、またはローカルまたはリモートシステム上で動作しているあるスレッドとあるプロセスの間の通信を管理します。

Declaration 宣言

@interface NSConnection : NSObject

Overview 概要

Connection objects form the backbone of the distributed objects mechanism and normally operate in the background. You use the methods of NSConnection explicitly when vending an object to other applications, when accessing such a vended object through a proxy, and when altering default communication parameters. At other times, you simply interact with a vended object or its proxy. 接続オブジェクトは、分散オブジェクト機構の根幹を形成し、通常はバックグラウンドで作動します。あなたがNSConnectionのメソッドを使うのは、あるオブジェクトを他のアプリケーションに販売する場合、プロキシを通して販売オブジェクトなどにアクセスする場合、そして省略時の接続パラメータを改める場合です。他の場合では、あなたは販売オブジェクトまたはそれのプロキシと単に相互作用します。

A single connection object may be shared by multiple threads and used to access a vended object. 単一の接続オブジェクトが、複数のスレッドによって共有されて、ある販売オブジェクトにアクセスするために使われるかもしれません。

Topics 話題

Getting the Default Instance 省略時のインスタンスを取得する

Creating Instances インスタンスを作成する

Running the Connection in a New Thread 新しいスレッドにおける接続を実行する

Vending a Service サービスの販売

Getting a Remote Object リモートオブジェクトを取得する

Getting a Conversation 対話を取得する

Getting All NSConnection Objects 全てのNSConnectionオブジェクトを取得する

Configuring Instances インスタンスを構成設定する

Getting Ports ポートを取得する

Getting Statistics 統計を取得する

Setting the Delegate 委任先を設定する

Constants 定数

Notifications 通知

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー