JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 ServiceInformation

java.lang.Object
  繼承者 org.omg.CORBA.ServiceInformation
所有已實作的介面:
Serializable, IDLEntity

public final class ServiceInformation
extends Object
implements IDLEntity

CORBA 模組中的 IDL struct,用於存儲關於 ORB 實作中可用 CORBA 服務的資訊,可使用 ORB.get_service_information 方法獲取。


欄位摘要
 ServiceDetail[] service_details
          提供有關服務更多詳細資訊的 ServiceDetail 所組成的陣列。
 int[] service_options
          表示服務選項的 int 值所組成的陣列。
 
建構子摘要
ServiceInformation()
          使用空 service_options 和 service_details 建構一個 ServiceInformation 物件。
ServiceInformation(int[] __service_options, ServiceDetail[] __service_details)
          使用給定 service_options 和 service_details 建構一個 ServiceInformation 物件。
 
方法摘要
 
從類別 java.lang.Object 繼承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

欄位詳細資訊

service_options

public int[] service_options
表示服務選項的 int 值所組成的陣列。


service_details

public ServiceDetail[] service_details
提供有關服務更多詳細資訊的 ServiceDetail 所組成的陣列。

建構子詳細資訊

ServiceInformation

public ServiceInformation()
使用空 service_options 和 service_details 建構一個 ServiceInformation 物件。


ServiceInformation

public ServiceInformation(int[] __service_options,
                          ServiceDetail[] __service_details)
使用給定 service_options 和 service_details 建構一個 ServiceInformation 物件。

參數:
__service_options - 描述服務選項的 int 值所組成的陣列。
__service_details - 描述服務詳細資訊的 ServiceDetail 所組成的陣列。

JavaTM 2 Platform
Standard Ed. 6

提交錯誤或意見

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