001 package org.omg.CSIIOP; 002 003 004 /** 005 * org/omg/CSIIOP/CompoundSecMechList.java . 006 * Generated by the IDL-to-Java compiler (portable), version "3.2" 007 * from /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/CSIIOP.idl 008 * Saturday, November 26, 2011 9:53:35 PM UTC 009 */ 010 011 public final class CompoundSecMechList implements org.omg.CORBA.portable.IDLEntity 012 { 013 public boolean stateful = false; 014 public org.omg.CSIIOP.CompoundSecMech mechanism_list[] = null; 015 016 public CompoundSecMechList () 017 { 018 } // ctor 019 020 public CompoundSecMechList (boolean _stateful, org.omg.CSIIOP.CompoundSecMech[] _mechanism_list) 021 { 022 stateful = _stateful; 023 mechanism_list = _mechanism_list; 024 } // ctor 025 026 } // class CompoundSecMechList