org.omg.CSIIOP
クラス CompoundSecMech

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

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

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

フィールドの概要
 AS_ContextSec as_context_mech
           
 SAS_ContextSec sas_context_mech
           
 short target_requires
           
 TaggedComponent transport_mech
           
 
コンストラクタの概要
CompoundSecMech()
           
CompoundSecMech(short _target_requires, TaggedComponent _transport_mech, AS_ContextSec _as_context_mech, SAS_ContextSec _sas_context_mech)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

target_requires

public short target_requires

transport_mech

public TaggedComponent transport_mech

as_context_mech

public AS_ContextSec as_context_mech

sas_context_mech

public SAS_ContextSec sas_context_mech
コンストラクタの詳細

CompoundSecMech

public CompoundSecMech(short _target_requires,
                       TaggedComponent _transport_mech,
                       AS_ContextSec _as_context_mech,
                       SAS_ContextSec _sas_context_mech)

CompoundSecMech

public CompoundSecMech()