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 /home/iurt/rpm/BUILD/geronimo-spec-corba/src/main/idl/SSLIOP.idl
008 * Saturday, November 26, 2011 9:53:35 PM UTC
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