org.omg.SSLIOP
Class SSL

java.lang.Object
  |
  +--org.omg.SSLIOP.SSL
All Implemented Interfaces:
org.omg.CORBA.portable.IDLEntity, java.io.Serializable

public final class SSL
extends java.lang.Object
implements org.omg.CORBA.portable.IDLEntity

Struct definition : SSL

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 short port
          Struct member port
 short target_requires
          Struct member target_requires
 short target_supports
          Struct member target_supports
 
Constructor Summary
SSL()
          Default constructor
SSL(short target_supports, short target_requires, short port)
          Constructor with fields initialization
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_supports

public short target_supports
Struct member target_supports

target_requires

public short target_requires
Struct member target_requires

port

public short port
Struct member port
Constructor Detail

SSL

public SSL()
Default constructor

SSL

public SSL(short target_supports,
           short target_requires,
           short port)
Constructor with fields initialization
Parameters:
target_supports - target_supports struct member
target_requires - target_requires struct member
port - port struct member