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 /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 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