org.omg.PortableServer
类 POAHelper
java.lang.Object
org.omg.PortableServer.POAHelper
public abstract class POAHelper
- extends Object
POA 对象管理对象集合的实现。POA 支持由 Object Id 标识的对象的名称空间。POA 也支持 POA 的名称空间。POA 都是作为现有 POA 的子 POA 创建的,这形成了始于根 POA 的分层结构。POA 对象不得输出到其他进程,也不得使用 ORB::object_to_string 具体化。
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POAHelper
public POAHelper()
insert
public static void insert(Any a,
POA that)
extract
public static POA extract(Any a)
type
public static TypeCode type()
id
public static String id()
read
public static POA read(InputStream istream)
write
public static void write(OutputStream ostream,
POA value)
narrow
public static POA narrow(Object obj)
提交错误或意见版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only。