org.omg.CSIIOP
Class CompoundSecMechList

java.lang.Object
  |
  +--org.omg.CSIIOP.CompoundSecMechList
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

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

Struct definition: CompoundSecMechList.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 CompoundSecMech[] mechanism_list
          Struct member mechanism_list
 boolean stateful
          Struct member stateful
 
Constructor Summary
CompoundSecMechList()
          Default constructor
CompoundSecMechList(boolean stateful, CompoundSecMech[] mechanism_list)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stateful

public boolean stateful
Struct member stateful

mechanism_list

public CompoundSecMech[] mechanism_list
Struct member mechanism_list
Constructor Detail

CompoundSecMechList

public CompoundSecMechList()
Default constructor

CompoundSecMechList

public CompoundSecMechList(boolean stateful,
                           CompoundSecMech[] mechanism_list)
Constructor with fields initialization
Parameters:
stateful - stateful struct member
mechanism_list - mechanism_list struct member