org.omg.CSIIOP
クラス AS_ContextSec

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

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

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

フィールドの概要
 byte[] client_authentication_mech
           
 byte[] target_name
           
 short target_requires
           
 short target_supports
           
 
コンストラクタの概要
AS_ContextSec()
           
AS_ContextSec(short _target_supports, short _target_requires, byte[] _client_authentication_mech, byte[] _target_name)
           
 
クラス java.lang.Object から継承したメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

target_supports

public short target_supports

target_requires

public short target_requires

client_authentication_mech

public byte[] client_authentication_mech

target_name

public byte[] target_name
コンストラクタの詳細

AS_ContextSec

public AS_ContextSec(short _target_supports,
                     short _target_requires,
                     byte[] _client_authentication_mech,
                     byte[] _target_name)

AS_ContextSec

public AS_ContextSec()