Class

NSMessagePort

A port that can be used as an endpoint for distributed object connections (or raw messaging). 分散オブジェクト接続(または生のメッーセージやりとり)のエンドポイントとして使われることができるポート。

Declaration 宣言

@interface NSMessagePort : NSPort

Overview 概要

NSMessagePort is a subclass of NSPort that allows for local (on the same machine) communication only. A companion class, NSSocketPort, allows for both local and remote communication, but may be more expensive than NSMessagePort for the local case. NSMessagePortNSPortのサブクラスです、それはローカル(同じマシン上の)通信のみを想定します。対をなすクラス、NSSocketPortは、ローカルおよびリモート通信の両方を想定します、しかしローカルの場合にはNSMessagePortより高くつくでしょう。

NSMessagePort defines no additional methods over those already defined by NSPort. NSMessagePortは、NSPortによって既に定義されるものよりも多くのメソッドを定義しません。

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー

Related Documentation 関連文書