org.omg.SECIOP
Class CompleteEstablishContext

java.lang.Object
  extended by org.omg.SECIOP.CompleteEstablishContext
All Implemented Interfaces:
java.io.Serializable, IDLEntity

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

Generated from IDL definition of struct "CompleteEstablishContext"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 long client_context_id
           
 byte[] final_context_token
           
 long target_context_id
           
 boolean target_context_id_valid
           
 
Constructor Summary
CompleteEstablishContext()
           
CompleteEstablishContext(long client_context_id, boolean target_context_id_valid, long target_context_id, byte[] final_context_token)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

client_context_id

public long client_context_id

target_context_id_valid

public boolean target_context_id_valid

target_context_id

public long target_context_id

final_context_token

public byte[] final_context_token
Constructor Detail

CompleteEstablishContext

public CompleteEstablishContext()

CompleteEstablishContext

public CompleteEstablishContext(long client_context_id,
                                boolean target_context_id_valid,
                                long target_context_id,
                                byte[] final_context_token)


Copyright © {inceptionYear}-2007 null. All Rights Reserved.