org.omg.CSIIOP
クラス ServiceConfiguration

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

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

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

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

フィールドの詳細

syntax

public int syntax

name

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

ServiceConfiguration

public ServiceConfiguration(int _syntax,
                            byte[] _name)

ServiceConfiguration

public ServiceConfiguration()