+ serviceConnectionWithName:rootObject:usingNameServer:
+ serviceConnectionWithName:rootObject:
- registerName:
- registerName:withNameServer:
Availability 有効性
Technology
@property(retain) id rootObject;
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 root
class method with the appropriate arguments.
別のアプリケーションまたはスレッドの中のこのオブジェクトへのプロキシを取得するには、root
クラスメソッドを適切な引数で呼び出してください。
Changing the root object only affects new connection requests and root
messages to established NSConnection
objects—applications that have proxies to the old root object can still send messages through it.
ルートオブジェクトを変更することは、確立したNSConnection
オブジェクトへの新しい接続リクエストおよびroot
メッセージに影響するだけです — 古いルートオブジェクトへのプロキシを持つアプリケーションは依然としてそれを通してメッセージを送信できます。
+ serviceConnectionWithName:rootObject:usingNameServer:
+ serviceConnectionWithName:rootObject:
- registerName:
- registerName:withNameServer:
rootProxy