org.omg.CSIIOP

Class CompoundSecMechList

Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "CompoundSecMechList"

Author:
JacORB IDL compiler

Field Summary

CompoundSecMech[]
mechanism_list
boolean
stateful

Constructor Summary

CompoundSecMechList()
CompoundSecMechList(boolean stateful, CompoundSecMech[] mechanism_list)

Field Details

mechanism_list

public CompoundSecMech[] mechanism_list


stateful

public boolean stateful

Constructor Details

CompoundSecMechList

public CompoundSecMechList()


CompoundSecMechList

public CompoundSecMechList(boolean stateful,
                           CompoundSecMech[] mechanism_list)