org.omg.GIOP
Class RequestHeader_1_0

java.lang.Object
  extended byorg.omg.GIOP.RequestHeader_1_0
All Implemented Interfaces:
IDLEntity, java.io.Serializable

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

Generated from IDL definition of struct "RequestHeader_1_0"

Author:
JacORB IDL compiler
See Also:
Serialized Form

Field Summary
 byte[] object_key
           
 java.lang.String operation
           
 int request_id
           
 byte[] requesting_principal
           
 boolean response_expected
           
 ServiceContext[] service_context
           
 
Constructor Summary
RequestHeader_1_0()
           
RequestHeader_1_0(ServiceContext[] service_context, int request_id, boolean response_expected, byte[] object_key, java.lang.String operation, byte[] requesting_principal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service_context

public ServiceContext[] service_context

request_id

public int request_id

response_expected

public boolean response_expected

object_key

public byte[] object_key

operation

public java.lang.String operation

requesting_principal

public byte[] requesting_principal
Constructor Detail

RequestHeader_1_0

public RequestHeader_1_0()

RequestHeader_1_0

public RequestHeader_1_0(ServiceContext[] service_context,
                         int request_id,
                         boolean response_expected,
                         byte[] object_key,
                         java.lang.String operation,
                         byte[] requesting_principal)