001 package org.omg.CSIIOP;
002
003 /**
004 * Generated from IDL struct "CompoundSecMech".
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 CompoundSecMech
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public CompoundSecMech(){}
014 public short target_requires;
015 public org.omg.IOP.TaggedComponent transport_mech;
016 public org.omg.CSIIOP.AS_ContextSec as_context_mech;
017 public org.omg.CSIIOP.SAS_ContextSec sas_context_mech;
018 public CompoundSecMech(short target_requires, org.omg.IOP.TaggedComponent transport_mech, org.omg.CSIIOP.AS_ContextSec as_context_mech, org.omg.CSIIOP.SAS_ContextSec sas_context_mech)
019 {
020 this.target_requires = target_requires;
021 this.transport_mech = transport_mech;
022 this.as_context_mech = as_context_mech;
023 this.sas_context_mech = sas_context_mech;
024 }
025 }