org.omg.GIOP
Class RequestHeader_1_0

java.lang.Object
  extended by org.omg.GIOP.RequestHeader_1_0
All Implemented Interfaces:
Serializable, IDLEntity

public final class RequestHeader_1_0
extends Object
implements IDLEntity

Generated from IDL struct "RequestHeader_1_0".

Version:
generated at Sep 22, 2012 10:58:01 AM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 06-Jun-2007
See Also:
Serialized Form

Field Summary
 byte[] object_key
           
 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, String operation, byte[] requesting_principal)
           
 
Method Summary
 
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 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,
                         String operation,
                         byte[] requesting_principal)


Copyright © 2003-2012 Apache Software Foundation. All Rights Reserved.