JavaTM 2 Platform
Standard Ed. 6

org.omg.CORBA
類別 ServiceDetail

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

public final class ServiceDetail
extends Object
implements IDLEntity

表示 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
 

欄位詳細資訊

service_detail_type

public int service_detail_type
ServiceDetail 物件表示的 ORB 服務的型別。


service_detail

public byte[] service_detail
描述此 ServiceDetail 物件所表示的 ORB 服務的資料。

建構子詳細資訊

ServiceDetail

public ServiceDetail()
使用 0 作為 ORB 服務的型別並使用空描述建構一個 ServiceDetail 物件。


ServiceDetail

public ServiceDetail(int service_detail_type,
                     byte[] service_detail)
使用給定 ORB 服務型別和給定描述建構一個 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