Class
NSMachBootstrapServer
A port name server that takes and returns Mach port objects.
あるポート名サーバ、それはMachポートオブジェクトを取り、返します。
Overview
概要
Port removal functionality is not supported in NSMachBootstrapServer
; if you want to cancel a service, you have to destroy the port (invalidate the NSMachPort
given to registerPort:name:
).
ポート除去機能は、NSMachBootstrapServer
においてサポートされません;あなたがあるサービスをキャンセルしたいならば、あなたはそのポートを破棄する(registerPort:name:
に与えられたNSMachPort
を無効にする)必要があります。
Topics
話題
Getting the Server Object
サーバーオブジェクトを取得する
+ sharedInstance
Returns the shared instance of the bootstrap server.
ブートストラップサーバの共有インスタンスを返します。
Looking up Ports
ポートを調べる
- portForName:
Looks up and returns the port registered under the specified name on the local host.
ローカルホスト上でこの指定された名前のもと登録されたポートを調べて返します。
- portForName:host:
Looks up and returns the port registered under the specified name.
この指定された名前のもと登録されたポートを調べて返します。
- servicePortWithName:
Looks up and returns the port for the vended service that is registered under the specified name.
指定された名前のもと登録される販売サービスに対するポートを調べて返します。
Registering Ports
ポートを登録する
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
非推奨
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
非推奨