Class

NSPortNameServer

An object-oriented interface to the port registration service used by the distributed objects system. 分散オブジェクトシステムによって使われるポート登録サービスに対するオブジェクト指向インターフェイス。

Declaration 宣言

@interface NSPortNameServer : NSObject

Overview 概要

NSConnection objects use this interface to contact each other and to distribute objects over the network; you should rarely need to interact directly with an NSPortNameServer. NSConnectionオブジェクトはこのインターフェイスを使って、その他と連絡をとります、そしてネットワーク越しにオブジェクトを分散します;あなたは直接にNSPortNameServerと相互作用する必要はほとんどないはずです。

You get an NSPortNameServer object by using the systemDefaultPortNameServer class method—never allocate and initialize an instance directly. あなたは、NSPortNameServerオブジェクトをsystemDefaultPortNameServerクラスメソッドを使うことによって取得します — 決してインスタンスを直接にアロケートおよび初期化しないでください。 With the default server object you can register an NSPort object under a given name, making it available on the network, and also unregister it so that it can’t be looked up (although other applications that have already looked up the NSPort object can still use it until it becomes invalid). See the NSPort class specification for more information. NSPortクラス仕様をさらなる情報のために見てください。

Topics 話題

Getting the Server Object サーバーオブジェクトを取得する

Looking up Ports ポートを調べる

Registering Ports ポートを登録する

Relationships 関係

Inherits From 継承元

See Also 参照

Legacy レガシー