|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
java.lang.Objectorg.omg.CORBA.ServiceDetail
public final class ServiceDetail
表示 ORB 服務的物件:其 service_detail_type 欄位包含 ORB 服務的型別,其 service_detail 欄位包含 ORB 服務的描述。
| 欄位摘要 | |
|---|---|
byte[] |
service_detail
描述此 ServiceDetail 物件所表示的 ORB 服務的資料。 |
int |
service_detail_type
此 ServiceDetail 物件表示的 ORB 服務的型別。 |
| 建構子摘要 | |
|---|---|
ServiceDetail()
使用 0 作為 ORB 服務的型別並使用空描述建構一個 ServiceDetail 物件。 |
|
ServiceDetail(int service_detail_type,
byte[] service_detail)
使用給定 ORB 服務型別和給定描述建構一個 ServiceDetail 物件。 |
|
| 方法摘要 |
|---|
| 從類別 java.lang.Object 繼承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 欄位詳細資訊 |
|---|
public int service_detail_type
ServiceDetail 物件表示的 ORB 服務的型別。
public byte[] service_detail
ServiceDetail 物件所表示的 ORB 服務的資料。
| 建構子詳細資訊 |
|---|
public ServiceDetail()
ServiceDetail 物件。
public ServiceDetail(int service_detail_type,
byte[] service_detail)
ServiceDetail 物件。
service_detail_type - 指定 ORB 服務型別的 int 值service_detail - 描述 ORB 服務的 byte 陣列
|
JavaTM 2 Platform Standard Ed. 6 |
|||||||||
| 上一個類別 下一個類別 | 框架 無框架 | |||||||||
| 摘要: 巢狀 | 欄位 | 建構子 | 方法 | 詳細資訊: 欄位 | 建構子 | 方法 | |||||||||
版權所有 2008 Sun Microsystems, Inc. 保留所有權利。請遵守GNU General Public License, version 2 only。