JavaTM 2 Platform
Standard Ed. 6

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 具體化。


建構子摘要
POAHelper()
           
 
方法摘要
static POA extract(Any a)
           
static String id()
           
static void insert(Any a, POA that)
           
static POA narrow(Object obj)
           
static POA read(InputStream istream)
           
static TypeCode type()
           
static void write(OutputStream ostream, POA value)
           
 
從類別 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)

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only