Class
NSMessagePortNameServer
A server takes and returns message ports.
メッセージポートを取りそして返すあるサーバ。
Overview
概要
This port name server takes and returns instances of NSMessagePort
. Port removal functionality is not supported in NSMessagePortNameServer
; if you want to cancel a service, you have to destroy the port (invalidate the NSMessagePort
object given to registerPort:name:
).
このポート名サーバは、NSMessagePort
のインスタンスをとってそして返します。ポート除去機能は、NSMessagePortNameServer
においてサポートされません;あなたがあるサービスをキャンセルしたいならば、あなたはそのポートを破棄する(registerPort:name:
に与えられたNSMessagePort
オブジェクトを無効にする)必要があります。
Topics
話題
Getting the Server Object
サーバーオブジェクトを取得する
+ sharedInstance
Returns the singleton instance of NSMessagePortNameServer
.
NSMessagePortNameServer
のシングルトンインスタンスを返します。
Getting Ports By Name
ポートを名前によって取得する
- portForName:
Returns the NSPort
object registered under a given name on the local host.
与えられた名前でこのローカルホスト上に登録されたNSPort
オブジェクトを返します。
- portForName:host:
Returns the NSPort
object registered under a given name on the local host.
与えられた名前でこのローカルホスト上に登録されたNSPort
オブジェクトを返します。
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
非推奨
NSDistantObjectRequest
An object used by the distributed objects system to help handle invocations between different processes.
分散オブジェクトシステムによって使われて、異なるプロセス間での発動を取り扱うのを助けるあるオブジェクト。
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
非推奨