001    package org.omg.CSIIOP;
002    
003    
004    /**
005    * org/omg/CSIIOP/TLS_SEC_TRANS.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    * Saturday, September 22, 2012 10:56:38 AM CEST
009    */
010    
011    public final class TLS_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 org.omg.CSIIOP.TransportAddress addresses[] = null;
016    
017      public TLS_SEC_TRANS ()
018      {
019      } // ctor
020    
021      public TLS_SEC_TRANS (short _target_supports, short _target_requires, org.omg.CSIIOP.TransportAddress[] _addresses)
022      {
023        target_supports = _target_supports;
024        target_requires = _target_requires;
025        addresses = _addresses;
026      } // ctor
027    
028    } // class TLS_SEC_TRANS