org.omg.SSLIOP
クラス SSL

java.lang.Object
  |
  +--org.omg.SSLIOP.SSL
すべての実装インタフェース:
IDLEntity, java.io.Serializable

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

関連項目:
直列化された形式

フィールドの概要
 short port
           
 short target_requires
           
 short target_supports
           
 
コンストラクタの概要
SSL()
           
SSL(short _target_supports, short _target_requires, short _port)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

target_supports

public short target_supports

target_requires

public short target_requires

port

public short port
コンストラクタの詳細

SSL

public SSL(short _target_supports,
           short _target_requires,
           short _port)

SSL

public SSL()