JavaTM 2
Platform
Std. Ed. v1.4.0

org.omg.CORBA
クラス ServiceInformation

java.lang.Object
  |
  +--org.omg.CORBA.ServiceInformation
すべての実装インタフェース:
IDLEntity, Serializable

public final class ServiceInformation
extends Object
implements IDLEntity

CORBA モジュール内の IDL 構造体です。これは、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
Std. Ed. v1.4.0

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

Java、Java 2D、および JDBC は米国ならびにその他の国における米国 Sun Microsystems, Inc. の商標もしくは登録商標です。
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.