001 package org.omg.CSIIOP; 002 003 /** 004 * Generated from IDL struct "TLS_SEC_TRANS". 005 * 006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007 007 * @version generated at Jun 18, 2012 10:37:51 AM 008 */ 009 010 public final class TLS_SEC_TRANS 011 implements org.omg.CORBA.portable.IDLEntity 012 { 013 public TLS_SEC_TRANS(){} 014 public short target_supports; 015 public short target_requires; 016 public org.omg.CSIIOP.TransportAddress[] addresses; 017 public TLS_SEC_TRANS(short target_supports, short target_requires, org.omg.CSIIOP.TransportAddress[] addresses) 018 { 019 this.target_supports = target_supports; 020 this.target_requires = target_requires; 021 this.addresses = addresses; 022 } 023 }