JavaTM Platform
Standard Ed. 6

org.omg.CORBA
クラス ServiceInformation

java.lang.Object
  上位を拡張 org.omg.CORBA.ServiceInformation
すべての実装されたインタフェース:
Serializable, IDLEntity

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 Platform
Standard Ed. 6

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

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