001 package org.omg.SSLIOP; 002 003 004 /** 005 * org/omg/SSLIOP/SSL.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/SSLIOP.idl 008 * Monday, June 18, 2012 10:36:15 AM CEST 009 */ 010 011 public final class SSL implements org.omg.CORBA.portable.IDLEntity 012 { 013 public short target_supports = (short)0; 014 public short target_requires = (short)0; 015 public short port = (short)0; 016 017 public SSL () 018 { 019 } // ctor 020 021 public SSL (short _target_supports, short _target_requires, short _port) 022 { 023 target_supports = _target_supports; 024 target_requires = _target_requires; 025 port = _port; 026 } // ctor 027 028 } // class SSL