JavaTM 2 Platform
Standard Ed. 5.0

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()
          ORB サービスのタイプ 0 と空の説明により 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()
ORB サービスのタイプ 0 と空の説明により 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. 5.0

バグの報告と機能のリクエスト
さらに詳しい API リファレンスおよび開発者ドキュメントについては、Java 2 SDK SE 開発者用ドキュメントを参照してください。開発者向けの詳細な解説、概念の概要、用語の定義、バグの回避策、およびコード実例が含まれています。

Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。