Instance Property インスタンスプロパティ

rootObject

The object that the receiver (or its parent) makes available to other applications or threads. レシーバ(またはそれの親)が他のアプリケーションやスレッドに利用可能にするオブジェクト。

Declaration 宣言

@property(retain) id rootObject;

Discussion 議論

The object that the receiver (or its parent) makes available to other applications or threads, or nil if there is no root object. レシーバ(またはそれの親)が他のアプリケーションやスレッドに利用可能にするオブジェクト、またはルートオブジェクトがないならばnil

To get a proxy to this object in another application or thread, invoke the rootProxyForConnectionWithRegisteredName:host: class method with the appropriate arguments. 別のアプリケーションまたはスレッドの中のこのオブジェクトへのプロキシを取得するには、rootProxyForConnectionWithRegisteredName:host:クラスメソッドを適切な引数で呼び出してください。

Changing the root object only affects new connection requests and rootProxy messages to established NSConnection objects—applications that have proxies to the old root object can still send messages through it. ルートオブジェクトを変更することは、確立したNSConnectionオブジェクトへの新しい接続リクエストおよびrootProxyメッセージに影響するだけです — 古いルートオブジェクトへのプロキシを持つアプリケーションは依然としてそれを通してメッセージを送信できます。

See Also 参照

Vending a Service サービスの販売

Related Documentation 関連文書