|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.omg.CORBA.ServiceInformation
public final class ServiceInformation
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 |
| フィールドの詳細 |
|---|
public int[] service_options
public ServiceDetail[] service_details
| コンストラクタの詳細 |
|---|
public ServiceInformation()
public ServiceInformation(int[] __service_options,
ServiceDetail[] __service_details)
__service_options - サービスオプションを示す int 配列__service_details - サービスの詳細を説明する ServiceDetail 配列
|
JavaTM Platform Standard Ed. 6 |
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
Copyright 2009 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。