|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Object org.omg.CORBA.ServiceDetail
public final class ServiceDetail
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 |
フィールドの詳細 |
---|
public int service_detail_type
ServiceDetail
オブジェクトが表す ORB サービスのタイプです。
public byte[] service_detail
ServiceDetail
オブジェクトが表す ORB サービスを説明するデータです。
コンストラクタの詳細 |
---|
public ServiceDetail()
ServiceDetail
オブジェクトを構築します。
public ServiceDetail(int service_detail_type, byte[] service_detail)
ServiceDetail
オブジェクトを構築します。
service_detail_type
- ORB サービスのタイプを指定する int
service_detail
- ORB サービスを説明する byte
配列
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Documentation Redistribution Policy も参照してください。