org.omg.CORBA
クラス ServiceDetail

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

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

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

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

フィールドの詳細

service_detail_type

public int service_detail_type

service_detail

public byte[] service_detail
コンストラクタの詳細

ServiceDetail

public ServiceDetail(int _service_detail_type,
                     byte[] _service_detail)

ServiceDetail

public ServiceDetail()