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

localObjects

The local objects that have been sent over the connection and still have proxies at the other end. 接続越しに送られたそしてまだ他の終端でプロキシを持つローカルオブジェクト。

Declaration 宣言

@property(readonly, copy) NSArray *localObjects;

Discussion 議論

When an object’s remote proxy is deallocated, a message is sent back to the receiver to notify it that the local object is no longer shared over the connection. あるオブジェクトのもつリモートプロキシがデアロケートされる時、あるメッセージがレシーバに逆に送信されて、それにローカルオブジェクトがもはや接続越しに共有されないことを通知します。

See Also 参照

Getting a Remote Object リモートオブジェクトを取得する