Instance Method インスタンスメソッド

dispatchWithComponents:

Allows subclasses to ask a connection object to dispatch component data. 構成要素データをディスパッチするかどうかを接続オブジェクトに尋ねることをサブクラスに可能にします。

Declaration 宣言

- (void)dispatchWithComponents:(NSArray *)components;

Parameters パラメータ

components

Distributed Objects component data. 分散オブジェクト構成要素データ。

Discussion 議論

NSPort subclasses should use this method to ask a connection object to dispatch Distributed Objects component data received over the wire. This will decode the data, authenticate, and send the message. NSPortサブクラスは、このメソッドを使って、接続オブジェクトに回線越しに受信された「分散オブジェクト」構成要素データをディスパッチするよう言うべきです。これは、データをデコードします、メッセージを認証、そして送信します。

See Also 参照

Getting Ports ポートを取得する