org.omg.CSIIOP
Class CompoundSecMech

java.lang.Object
  extended by org.omg.CSIIOP.CompoundSecMech
All Implemented Interfaces:
java.io.Serializable, org.omg.CORBA.portable.IDLEntity

public final class CompoundSecMech
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition: CompoundSecMech.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 AS_ContextSec as_context_mech
          Struct member as_context_mech
 SAS_ContextSec sas_context_mech
          Struct member sas_context_mech
 short target_requires
          Struct member target_requires
 org.omg.IOP.TaggedComponent transport_mech
          Struct member transport_mech
 
Constructor Summary
CompoundSecMech()
          Default constructor
CompoundSecMech(short target_requires, org.omg.IOP.TaggedComponent transport_mech, AS_ContextSec as_context_mech, SAS_ContextSec sas_context_mech)
          Constructor with fields initialization
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_requires

public short target_requires
Struct member target_requires


transport_mech

public org.omg.IOP.TaggedComponent transport_mech
Struct member transport_mech


as_context_mech

public AS_ContextSec as_context_mech
Struct member as_context_mech


sas_context_mech

public SAS_ContextSec sas_context_mech
Struct member sas_context_mech

Constructor Detail

CompoundSecMech

public CompoundSecMech()
Default constructor


CompoundSecMech

public CompoundSecMech(short target_requires,
                       org.omg.IOP.TaggedComponent transport_mech,
                       AS_ContextSec as_context_mech,
                       SAS_ContextSec sas_context_mech)
Constructor with fields initialization

Parameters:
target_requires - target_requires struct member
transport_mech - transport_mech struct member
as_context_mech - as_context_mech struct member
sas_context_mech - sas_context_mech struct member