org.omg.CSI
Class CompleteEstablishContext

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

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

Struct definition: CompleteEstablishContext.

Author:
OpenORB Compiler
See Also:
Serialized Form

Field Summary
 long client_context_id
          Struct member client_context_id
 boolean context_stateful
          Struct member context_stateful
 byte[] final_context_token
          Struct member final_context_token
 
Constructor Summary
CompleteEstablishContext()
          Default constructor
CompleteEstablishContext(long client_context_id, boolean context_stateful, byte[] final_context_token)
          Constructor with fields initialization
 
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
Struct member client_context_id

context_stateful

public boolean context_stateful
Struct member context_stateful

final_context_token

public byte[] final_context_token
Struct member final_context_token
Constructor Detail

CompleteEstablishContext

public CompleteEstablishContext()
Default constructor

CompleteEstablishContext

public CompleteEstablishContext(long client_context_id,
                                boolean context_stateful,
                                byte[] final_context_token)
Constructor with fields initialization
Parameters:
client_context_id - client_context_id struct member
context_stateful - context_stateful struct member
final_context_token - final_context_token struct member