001    package org.omg.CSIIOP;
002    
003    
004    /**
005    * org/omg/CSIIOP/CompoundSecMech.java .
006    * Generated by the IDL-to-Java compiler (portable), version "3.2"
007    * from /builddir/build/BUILD/geronimo-specs-1.6/geronimo-spec-corba/src/main/idl/CSIIOP.idl
008    * Monday, June 18, 2012 10:36:14 AM CEST
009    */
010    
011    public final class CompoundSecMech implements org.omg.CORBA.portable.IDLEntity
012    {
013      public short target_requires = (short)0;
014      public org.omg.IOP.TaggedComponent transport_mech = null;
015      public org.omg.CSIIOP.AS_ContextSec as_context_mech = null;
016      public org.omg.CSIIOP.SAS_ContextSec sas_context_mech = null;
017    
018      public CompoundSecMech ()
019      {
020      } // ctor
021    
022      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)
023      {
024        target_requires = _target_requires;
025        transport_mech = _transport_mech;
026        as_context_mech = _as_context_mech;
027        sas_context_mech = _sas_context_mech;
028      } // ctor
029    
030    } // class CompoundSecMech