001 package org.omg.SECIOP;
002
003 /**
004 * Generated from IDL struct "SECIOP_INET_SEC_TRANS".
005 *
006 * @author JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
007 * @version generated at Nov 6, 2011 12:20:29 AM
008 */
009
010 public final class SECIOP_INET_SEC_TRANS
011 implements org.omg.CORBA.portable.IDLEntity
012 {
013 public SECIOP_INET_SEC_TRANS(){}
014 public short port;
015 public SECIOP_INET_SEC_TRANS(short port)
016 {
017 this.port = port;
018 }
019 }