|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectorg.omg.CORBA.ServiceInformation
public final class ServiceInformation
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 |
| 欄位詳細資訊 |
|---|
public int[] service_options
public ServiceDetail[] service_details
| 建構子詳細資訊 |
|---|
public ServiceInformation()
public ServiceInformation(int[] __service_options,
ServiceDetail[] __service_details)
__service_options - 描述服務選項的 int 值所組成的陣列。__service_details - 描述服務詳細資訊的 ServiceDetail 所組成的陣列。
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。