org.omg.CSIIOP
クラス CompoundSecMechList

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

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

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

フィールドの概要
 CompoundSecMech[] mechanism_list
           
 boolean stateful
           
 
コンストラクタの概要
CompoundSecMechList()
           
CompoundSecMechList(boolean _stateful, CompoundSecMech[] _mechanism_list)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

stateful

public boolean stateful

mechanism_list

public CompoundSecMech[] mechanism_list
コンストラクタの詳細

CompoundSecMechList

public CompoundSecMechList(boolean _stateful,
                           CompoundSecMech[] _mechanism_list)

CompoundSecMechList

public CompoundSecMechList()