| 1. | Handling events from native objects in java code 用java代码处理本地对象的事件 |
| 2. | A proxy is a local object that is an image of a remote object 代理是本地对象,它是远程对象的映像。 |
| 3. | The local object id of the certificate used by the remote instance for authentication 身份验证远程实例所用证书的本地对象id 。 |
| 4. | The use of locking with thread - local objects happens more often than you might think 用线程本地对象进行锁定的情况要比想像的出现得更频繁。 |
| 5. | Net remoting exposes objects to other application domains as though they were local , with the following exceptions Net远程处理向其他应用程序域公开对象,就像这些对象是本地对象一样,但如下对象例外: |
| 6. | Methods , and then it will recognize that it is acquiring and releasing a lock on a thread - local object and can optimize away all four lock - unlock operations 方法的调用,然后会认识到它要获得和释放线程本地对象上的锁,所以可以优化掉全部四个上锁-解锁操作。 |
| 7. | In effect , under the new syntax , destructors are once again paired with constructors as an automated acquisition release mechanism tied to a local object s lifetime 实际上,在新语法下,析构函数再次与构造函数进行配对,作为绑定到本地对象生存期的自动获取/释放机制。 |
| 8. | Client - activated objects are objects whose lifetimes are controlled by the calling application domain , just as they would be if the object were local to the client 客户端激活的对象是其生存期由调用应用程序域控制的对象,正如对象对于客户端是本地对象时对象的生存期由调用应用程序域控制一样。 |
| 9. | Blocks that use thread - local lock objects . if the compiler can prove using escape analysis that an object is never published to the heap , it must be a thread - local object and therefore any 如果编译器能够证实(使用escape分析)某个对象从未发布到堆中,那么它肯定是个线程本地对象,所以任何使用这个对象作为锁的 |