001 package org.omg.CSIIOP;
002
003
004 /**
005 * org/omg/CSIIOP/SECIOP_SEC_TRANS.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 SECIOP_SEC_TRANS implements org.omg.CORBA.portable.IDLEntity
012 {
013 public short target_supports = (short)0;
014 public short target_requires = (short)0;
015 public byte mech_oid[] = null;
016 public byte target_name[] = null;
017 public org.omg.CSIIOP.TransportAddress addresses[] = null;
018
019 public SECIOP_SEC_TRANS ()
020 {
021 } // ctor
022
023 public SECIOP_SEC_TRANS (short _target_supports, short _target_requires, byte[] _mech_oid, byte[] _target_name, org.omg.CSIIOP.TransportAddress[] _addresses)
024 {
025 target_supports = _target_supports;
026 target_requires = _target_requires;
027 mech_oid = _mech_oid;
028 target_name = _target_name;
029 addresses = _addresses;
030 } // ctor
031
032 } // class SECIOP_SEC_TRANS