JavaTM 2 Platform
Standard Ed. 6

介面 org.omg.PortableServer.POA
的使用

使用 POA 的軟體套件
org.omg.CosNaming 為 Java IDL 提供命名服務。 
org.omg.PortableServer 提供一些類別和介面,用來產生跨多個供應商 ORB 的可移植應用程序的伺服器端。 
org.omg.PortableServer.portable 提供一些類別和介面,用來產生跨多個供應商 ORB 的可移植應用程序的伺服器端。 
 

org.omg.CosNamingPOA 的使用
 

參數型別為 POAorg.omg.CosNaming 中的方法
 String[] BindingIteratorPOA._all_interfaces(POA poa, byte[] objectId)
           
 String[] NamingContextExtPOA._all_interfaces(POA poa, byte[] objectId)
           
 String[] NamingContextPOA._all_interfaces(POA poa, byte[] objectId)
           
 

org.omg.PortableServerPOA 的使用
 

返回 POAorg.omg.PortableServer 中的方法
 POA Servant._default_POA()
          從與 servant 關聯的 ORB 實例返回根 POA。
 POA Servant._poa()
          允許便捷地執行共用方法,等效於 PortableServer::Current:get_POA
 POA POAOperations.create_POA(String adapter_name, POAManager a_POAManager, Policy[] policies)
          此操作創建一個新的 POA 作為目標 POA 的子 POA。
static POA POAHelper.extract(Any a)
           
 POA POAOperations.find_POA(String adapter_name, boolean activate_it)
          如果目標 POA 是具有指定名稱的子 POA(相對於目標 POA)的父 POA,則返回該子 POA。
 POA CurrentOperations.get_POA()
          返回對 POA 的參考,該 POA 實作此方法在其上下文中調用的物件。
static POA POAHelper.narrow(Object obj)
           
static POA POAHelper.read(InputStream istream)
           
 POA[] POAOperations.the_children()
          此屬性標識 POA 的所有子 POA 的當前設置。
 POA POAOperations.the_parent()
          此屬性標識 POA 的父 POA。
 

參數型別為 POAorg.omg.PortableServer 中的方法
abstract  String[] Servant._all_interfaces(POA poa, byte[] objectId)
          ORB 使用此操作從 servant 獲取完整的型別資訊。
 String[] ServantActivatorPOA._all_interfaces(POA poa, byte[] objectId)
           
 String[] ServantLocatorPOA._all_interfaces(POA poa, byte[] objectId)
           
 void ServantActivatorOperations.etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,則只要取消啟動物件的 servant 就會調用此操作。
 void _ServantActivatorStub.etherealize(byte[] oid, POA adapter, Servant serv, boolean cleanup_in_progress, boolean remaining_activations)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,則只要停用物件的 servant 就會調用此操作。
 Servant ServantActivatorOperations.incarnate(byte[] oid, POA adapter)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,則只要 POA 收到針對當前未啟動物件的請求,它就會調用此操作。
 Servant _ServantActivatorStub.incarnate(byte[] oid, POA adapter)
          假定 POA 具有 USE_SERVANT_MANAGER 和 RETAIN 策略,則只要 POA 收到對當前未啟動物件的請求,它就會調用此操作。
static void POAHelper.insert(Any a, POA that)
           
 void ServantLocatorOperations.postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
          servant 完成請求時都將調用此操作。
 void _ServantLocatorStub.postinvoke(byte[] oid, POA adapter, String operation, Object the_cookie, Servant the_servant)
          servant 完成請求時都將調用此操作。
 Servant ServantLocatorOperations.preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
          此操作用來獲取一個 servant,該 servant 將用來處理導致預調用 preinvoke 的請求。
 Servant _ServantLocatorStub.preinvoke(byte[] oid, POA adapter, String operation, CookieHolder the_cookie)
          此操作用來獲取一個 servant,該 servant 將用來處理導致調用 preinvoke 的請求。
 boolean AdapterActivatorOperations.unknown_adapter(POA parent, String name)
          在 ORB 接收物件參考的請求時,如果該物件參考定義不存在的目標 POA,則將調用此操作。
static void POAHelper.write(OutputStream ostream, POA value)
           
 

org.omg.PortableServer.portablePOA 的使用
 

返回 POAorg.omg.PortableServer.portable 中的方法
 POA Delegate.default_POA(Servant Self)
          此方法的預設行為是從關聯 servant 的 ORB 實例返回根 POA。
 POA Delegate.poa(Servant Self)
          method _poa() 等效於調用 PortableServer::Current:get_POA。
 


JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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