- initWithLocal:connection:
NSDistantObject
object as a local proxy for a given object.
NSDistantObject
オブジェクトを、ある与えられたオブジェクトに対するローカルプロキシとして初期化します。
Availability 有効性
Technology
+ (id)proxyWithLocal:(id)target
connection:(NSConnection
*)connection;
anObject
An object in the receiver’s address space. レシーバのもつアドレス空間の中のあるオブジェクト。
aConnection
The connection for the returned proxy. 返されるプロキシに対する接続。
A local proxy for an
and a
, creating it if necessary.
an
に対するローカルプロキシとa
、必要ならばそれを作成します。
Other applications connect to the proxy using the NSConnection
connection
class method.
他のアプリケーションは、プロキシに、NSConnection
のconnection
クラスメソッドを使って接続します。
Local proxies should be considered private to their NSConnection
objects. Only an NSConnection
object should use this method to create them, and your code shouldn’t retain or otherwise use local proxies.
ローカルプロキシそれらは、それらのNSConnection
にとってプライベードとみなされるべきです。あるNSConnection
オブジェクトだけが、このメソッドを使ってそれらを作成するべきです、そしてあなたのコードはローカルプロキシを保持すべきではありませんし、さもなければ使うべきではありません。
- initWithLocal:connection:
NSDistantObject
object as a local proxy for a given object.
NSDistantObject
オブジェクトを、ある与えられたオブジェクトに対するローカルプロキシとして初期化します。