001 package org.omg.CSIIOP;
002
003 /**
004 * Generated from IDL struct "CompoundSecMechList".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Sep 6, 2011 5:12:30 AM
008 */
009
010 public final class CompoundSecMechList
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public CompoundSecMechList(){}
014 public boolean stateful;
015 public org.omg.CSIIOP.CompoundSecMech[] mechanism_list;
016 public CompoundSecMechList(boolean stateful, org.omg.CSIIOP.CompoundSecMech[] mechanism_list)
017 {
018 this.stateful = stateful;
019 this.mechanism_list = mechanism_list;
020 }
021 }