Class

MessagePort

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

Declaration 宣言

class MessagePort : Port

Overview 概要

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

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

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー

Related Documentation 関連文書