org.omg.CORBA
クラス ServiceInformation

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

public final class ServiceInformation
extends java.lang.Object
implements IDLEntity

関連項目:
直列化された形式

フィールドの概要
 ServiceDetail[] service_details
           
 int[] service_options
           
 
コンストラクタの概要
ServiceInformation()
           
ServiceInformation(int[] _service_options, ServiceDetail[] _service_details)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

service_options

public int[] service_options

service_details

public ServiceDetail[] service_details
コンストラクタの詳細

ServiceInformation

public ServiceInformation(int[] _service_options,
                          ServiceDetail[] _service_details)

ServiceInformation

public ServiceInformation()