org.omg.SSLIOP
Class SSL

java.lang.Object
  extended byorg.omg.SSLIOP.SSL
All Implemented Interfaces:
IDLEntity, java.io.Serializable

public final class SSL
extends java.lang.Object
implements IDLEntity

Generated from IDL definition of struct "SSL"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 short port
           
 short target_requires
           
 short target_supports
           
 
Constructor Summary
SSL()
           
SSL(short target_supports, short target_requires, short port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

target_supports

public short target_supports

target_requires

public short target_requires

port

public short port
Constructor Detail

SSL

public SSL()

SSL

public SSL(short target_supports,
           short target_requires,
           short port)