org.omg.CSI
Class ContextError

java.lang.Object
  extended byorg.omg.CSI.ContextError
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "ContextError"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 long client_context_id
           
 byte[] error_token
           
 int major_status
           
 int minor_status
           
 
Constructor Summary
ContextError()
           
ContextError(long client_context_id, int major_status, int minor_status, byte[] error_token)
           
 
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

major_status

public int major_status

minor_status

public int minor_status

error_token

public byte[] error_token
Constructor Detail

ContextError

public ContextError()

ContextError

public ContextError(long client_context_id,
                    int major_status,
                    int minor_status,
                    byte[] error_token)