Protocol
NSMachPortDelegate
An interface for handling incoming Mach messages.
Machメッセージ受信の取り扱いに対するインターフェイス。
Declaration
宣言
@protocol NSMachPortDelegate
Overview
概要
Delegates of NSMachPort
objects optionally adopt this protocol.
NSMachPort
オブジェクトの委任先は、任意にこのプロトコルを採用します。
Topics
話題
Handling Mach messages
Machメッセージを取り扱う
See Also
参照
Legacy
レガシー
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
非推奨