类 | 描述 |
---|---|
NoContextHelper |
org / omg / PortableServer / CurrentPackage / NoContextHelper.java。
|
异常 | 描述 |
---|---|
NoContext |
org / omg / PortableServer / CurrentPackage / NoContext.java。
|
提供方法实现,可以访问调用该方法的对象的标识。 Current
包支持实现多个对象的仆人,但可以在任何仆人的POA调度方法调用的上下文中使用。 为了提供位置透明性,需要的ORB支持使用Current
在本地和远程调用操作的上下文。 Current
的实例可以通过发出CORBA::ORB::resolve_initial_references("POACurrent")
获得。 此后,它可以在由POA分派的方法的上下文中使用,以获得标识该操作被调用的对象的POA
和ObjectId
。
有关Java [tm] Platform,Standard Edition 6 ORB遵循的官方规范支持部分的精确列表,请参阅Official Specifications for CORBA support in Java[tm] SE 6 。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.